I've seen what they call RTM Tools that allow player to cheat/hack games offline and online. I've used one for COD Black Ops 1 where I could have BlackBird ON all the time. WallHack, unlimited Ammo...
But I would like to learn how to do that myself. So far, I am able to decrypt the eboot.bin file to a .elf file.
Load the file using a HEX editor and IDA Pro, but then what?
For example I found this offset:
RTM = 0x131144
EBOOT = 0x121144
On = 0x38, 0xC0, 0xF0, 0x03
Off = 0xFC, 0xC0, 0xF8, 0x90...
Editing eboot
But I would like to learn how to do that myself. So far, I am able to decrypt the eboot.bin file to a .elf file.
Load the file using a HEX editor and IDA Pro, but then what?
For example I found this offset:
RTM = 0x131144
EBOOT = 0x121144
On = 0x38, 0xC0, 0xF0, 0x03
Off = 0xFC, 0xC0, 0xF8, 0x90...
Editing eboot