nummish wrote:
> __text:000B4BDE 04C mov [esp+48h+msgSend_recipient], eax
> __text:000B4BE1 04C call _objc_msgSend
> __text:000B4BE6 048 mov [esp+44h+var_3C], eax
>
>
after i change the function type ( type 'y' when vieing the msgsend
function ) of _objc_msgSend
from "int obj_msgSend()" to "int objc_msgSend(int, int, ...)"
this changes into: ( wait for ida to finish processing the changed type )
__text:000B4BDE mov [esp+48h+var_48], eax
__text:000B4BE1 call _objc_msgSend
__text:000B4BE6 mov [esp+48h+var_40], eax
willem
|