MiNDTH3G4P How do I cheat?
Reputation: 0
Joined: 20 Aug 2022 Posts: 9
|
Posted: Thu Sep 28, 2023 10:42 am Post subject: Return Addresses |
|
|
I have purchased RE4 recently and wanted to play it along with a cheat table someone has made which he uses the register RSP as well as a return address of the Armour for an infinite Armour
Here is the code
| Code: |
aobscanmodule(ReadStatForScreenRendering,re4.exe,8B 7E 30 85 FF) // should be unique
aobscanmodule(ArmorReturnAddress,re4.exe,48 8B D8 BF 7E 00 00 00) // should be unique
alloc(newmem,$1000,ReadStatForScreenRendering)
label(code)
label(return)
newmem:
code:
cmp [rsp+58],ArmorReturnAddress
jne @f
mov [rsi+30],#1000
|
So, if I set a breakpoint I get return addresses but how did I know which is the right return address. See below screenshot
Thank you
| Description: |
|
| Filesize: |
166.58 KB |
| Viewed: |
928 Time(s) |

|
|
|