Android_Inline_Hook_ARM64 icon indicating copy to clipboard operation
Android_Inline_Hook_ARM64 copied to clipboard

Build an .so file to automatically do the android_native_hook work. Supports ARM64 ! With this, tools like Xposed can do android native hook.

Results 4 Android_Inline_Hook_ARM64 issues
Sort by recently updated
recently updated
newest added

ndk >= 18 need edit APP_STL := c++_static

Hi,I want to print register value like below. `LOGI("dlsym handle is: %s",(char*)regs->uregs[0]); LOGI("dlsym symbol is: %s",(char *)regs->uregs[1]);` But it can't work.Could you help me?