What to change in Ida/subway surfers

Ninja007

New User
2
09/22/24
0
Thread Author
So I have found the offset Through memory editor and set the watchpoint

this offset I got from setting watchpoint)

pls guide me which offset I have to change and which instructions I have to use from arm to hex


 
To modify memory in ARM, use the appropriate instruction (like MOV or LDR) to load the value into the register, then apply the STR instruction to store the new value at the desired offset, converting to hex as needed.
 
Back
Top Bottom