joshuachenn
joshuachenn
I think it is hard to write patch code to hbc, when I added some patch code to hbc in some offset of instruction segment, the offset will be reuse...
xmake时报错
执行xmake时报错。 所使用的的环境是Ubuntu 16.04,以下是报错详情截图: 
超过128M报错
(frida:50534): GLib-GIO-WARNING **: 12:56:34.956: _g_dbus_worker_do_read_cb: error determining bytes needed: Blob indicates that message exceeds maximum message length (128MiB)
只有这行错误提示: `MemoryRead64[dynarmic.cpp->MemoryRead64:347]: vaddr=0000000000000000` 问下大佬有没有完整的加载一个ipa或只加载主要可执行文件后调用其中OC方法的示例
JNI_Onload时报错DvmClass superClass = dvmClass.getSuperclass();,dvmClass有值,但是superclass是空的,这种环境要怎么补?
➜ .xapktoapk git:(development) ✗ apktool b com.xxx.xxx I: Using Apktool 2.9.3 I: Checking whether resources has changed... I: Building resources... W: /Users/Tools/xapk-to-apk/.xapktoapk/com.xxx.xxx/AndroidManifest.xml:1: error: attribute android:requiredSplitTypes not found. W: /Users/Tools/xapk-to-apk/.xapktoapk/com.xxx.xxx/AndroidManifest.xml:1: error:...
I use ./d2j-baksmali somedex.dex to create smali files, then go to assemble these smali files to dex: ./d2j-smali.sh somedex-out smali somedex-out -> out.dex java.lang.RuntimeException: not support at com.googlecode.d2j.dex.writer.ev.EncodedValue.wrap(EncodedValue.java:136) at com.googlecode.d2j.dex.writer.AnnotationWriter$EncodedArrayAnnWriter.visit(AnnotationWriter.java:106)...
I'm using code below to trace some dll: ```ts import "frida-il2cpp-bridge"; Il2Cpp.perform(() => { Il2Cpp.trace(true) .verbose(true) .assemblies(Il2Cpp.domain.assembly("Assembly-CSharp")) .and() .attach(); } ``` but often get `Error: access violation accessing ...` error,...