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

minify - Minimizing css files -

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -