Ninja007 New User 2 09/22/24 0 Thread Author Oct 1, 2024 #1 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
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
Y YunusBurch New User 1 05/02/25 0 Thread Author May 6, 2025 #2 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.
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.