How to hook a C function on iOS without the function signature? -
on ios, if want hook c function before main function, create framework embed in project , define same function hooked function such getenv
, printf
. however, when don't know signature of hooked function, not able define same function, how hook kind of functions such pthread_start
.
Comments
Post a Comment