iqiyi / xHook

🔥 A PLT hook library for Android native ELF.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

float args in hooked function

wwwigor opened this issue · comments

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

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