iqiyi / xHook

🔥 A PLT hook library for Android native ELF.
Other
4.05k stars 752 forks source link

[Android] Adress Hooking #70

Open ghost opened 4 years ago

ghost commented 4 years ago

Hello, Is it possible to hook a method by giving its adress and not its name ? Like xhook_register(".*\\.so$", ADDRESS, (void*)&new_rand, (void**)&old_rand); Because I can't get it working when passing function name.