Tuesday, 6 April 2021

Calling function when clicking a button

I am trying to make a function call when I click a button in a game. I patched the button clicking function like this: sub sp, sp, #24 str x30, [sp, #0] bl 0x0 <-- address of the function I want to call ldr x30, [sp, #0] ret When I click the button the game force closes. Any suggestions or corrections?

from iOSGods RSS Feed https://ift.tt/3fMCcy4

No comments:

Post a Comment