iqiyi / xHook

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

Hook Problem #79

Open buffcow opened 4 years ago

buffcow commented 4 years ago

open函数原型 int open(const char* path, int flags, ...) 最后有个可变参数 用xhook该怎么hook

derust commented 3 years ago

https://github.com/iqiyi/xHook/blob/master/libbiz/jni/biz.c#L8

buffcow commented 3 years ago

https://github.com/iqiyi/xHook/blob/master/libbiz/jni/biz.c#L8

thanks