AndHook
AndHook copied to clipboard
Android dynamic instrumentation framework
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** Build fingerprint: 'Xiaomi/sagit/sagit:8.0.0/OPR1.170623.027/8.12.13:user/release-keys' Revision: '0' ABI: 'arm' pid: 30080, tid: 30080, name: d.client.mobile >>>...
**My hook code:** `static ssize_t (*sys_read)(int _fd, void * s, size_t _count); static ssize_t my_read(int _fd, void * s, size_t _count) { if(strstr((char*)s,"equastring")!=NULL){ strcpy(s, newString); } ssize_t ret = sys_read(_fd,...
How to hook return class on method: jclass clazz = env->FindClass("android/provider/Settings");
How to hook return class on this method: jclass clazz = env->FindClass("android/provider/Settings");
I have try hook with xposed but can't find class "org.apache.harmony.dalvik.ddmc.DdmVmInternal" with method "getStackTraceById" And i have read document here: `https://android.googlesource.com/platform/dalvik.git/+/android-4.2.2_r1/vm/native/org_apache_harmony_dalvik_ddmc_DdmVmInternal.cpp`. See xposed can't hook native method. We can't hook...
Crash when try native AndHook.hook() on Google Pixel with android 9. Can you answer, please? Maybe you have already faced this issue and know how it can be solved.
請問一下我有看說明,但是沒有看懂,此程式的用途是在哪邊
i don't know how to use AndHook in cmake
Android 12 emulator, show the following message when load Andhook: AndHook : found libhoudini.so, loading aborted. Bad JNI version returned from JNI_OnLoad in .... So AndHook doesn't work in Android...