iqiyi / xHook

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

float args in hooked function #108

Open wwwigor opened 4 months ago

wwwigor commented 4 months ago

Function like these raise Fatal signal 11 (SIGSEGV), code 2 (SEGV_ACCERR) on Android 10:

short func0(float val1); int func1(AnyInfo* a1, ...);