Hello, RG Members,
This is going to be a small tutorial on how to update Offsets with IDA PRO
This is useful if you want to update some Offsets for your tool and so on... In this tutorial I will be basing it on GTA V and updating an Offset from 1.24 to 1.25.
I will be updating the "No Cops" Offset from 1.24 to 1.25
Step 1: Open IDA PRO and load your Eboot.Elf
[HIDE]This is the Eboot.Elf from 1.24 GTA V
Step 2: Now click the letter "G" on your keyboard and a pop up will appear "Jump to address"
Step 3: Enter the Offset you are wanting to update
Step 4: Click "OK" and you will notice it will jump to the Offset
Step 5: Go into Hex View and copy some of the bytes... I've placed a "Red Box" around it
[HIDE]
[/HIDE]
Step 6: Now load your 1.25 Eboot.Elf and press "Alt + B" on your keyboard and you'll notice a pop up "Binary Search"
Step 7: Now enter the bytes from your Offset
Step 8: Now Click "OK" and you'll notice it will jump to the updated Offset
[HIDE]
[/HIDE]
Our Offset from 1.24 was 0x103C450 and our updated Offset for 1.25 is 0x103D780.