iqiyi / xHook

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

I wonder how to push the modified file. #82

Open zzcc1002 opened 3 years ago

zzcc1002 commented 3 years ago

I wonder how to push the modified file.

xhook_register("libc.so", "ptrace", my_ptace, NULL);

bwmaples commented 3 years ago

You mean you didn't call xhook_refresh(0)?