hook msg_objcSend
在这里,我们可以看到问题变成了如何把参数正确的传入s_originalObjcMsgSend原函数。问题1:参数传递 要正确的传递参数,需要补充一下ARM参数传递的基础知识。 ARM参数...
调用objc_msgSend方法在64位下崩溃解决方法 | 姜糖水
It casts the objc_msgSend function using the prototype of the method function. Note that a method function always takes an id variable and a selector ...