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

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -