yang
yang
有办法支持android 26版本吗
xapk文件不支持
代码如下 [com 2.zip](https://github.com/zhkl0228/unidbg/files/7230889/com.2.zip)
执行错误
` package com.libre; import com.abbottdiabetescare.flashglucose.sensorabstractionservice.dataprocessing.Out; import com.alibaba.fastjson.JSON; import com.alibaba.fastjson.JSONArray; import com.alibaba.fastjson.JSONObject; import com.github.unidbg.AndroidEmulator; import com.github.unidbg.Emulator; import com.github.unidbg.Module; import com.github.unidbg.arm.backend.Backend; import com.github.unidbg.arm.backend.CodeHook; import com.github.unidbg.arm.backend.UnHook; import com.github.unidbg.arm.backend.Unicorn2Factory; import com.github.unidbg.debugger.BreakPointCallback; import com.github.unidbg.debugger.Debugger; import...
有什么解决办法吗
2022-03-08 20:27:46.426 7076-7193/? D/Xcube_gumjshook: [*] {"type":"error","description":"Error: unable to find module 'libscp.so'","stack":"Error: unable to find module 'libscp.so'\n at value (frida/runtime/core.js:288)\n at (/example.js:284)\n at (frida/node_modules/frida-java-bridge/lib/vm.js:12)\n at _performPendingVmOps (frida/node_modules/frida-java-bridge/index.js:237)\n at (frida/node_modules/frida-java-bridge/index.js:212)\n at (frida/node_modules/frida-java-bridge/lib/vm.js:12)\n...
` IWhale whale = Whale.getInstance(emulator); Symbol free = emulator.getMemory().findModule("libc.so").findSymbolByName("pthread_join"); final AtomicLong value_ptr = new AtomicLong(); whale.inlineHookFunction(free, new ReplaceCallback() { @Override public HookStatus onCall(Emulator emulator, long originFunction) { Pointer ptr =...
我重新Onload 时 0.97 版本AttachCurrentThread中的方法不执行 ``` jint res = OnLoad(getnewvm(), nullptr); static JNIInvokeInterface libre2vm{ .DestroyJavaVM=[](JavaVM *vm) -> jint { LOGAR("DestroyJavaVM(JavaVM*)"); return 0; }, .AttachCurrentThread=[](JavaVM *vm, JNIEnv **p_env, void *thr_args) { LOGGER("AttachCurrentThread(%p,...