Originally posted by TodayWasgoodDay
Hi all
So im a noob with eboot.bin and i want to learn ! i want to know how to extract the EBOOT.ELF to modify it in HXD.
I want to add this to my eboot
0x5C5048 - 60 00 00 00 //super jump
0x619048 - EF FF F8 2A //super speed
Tryed to decrypt the eboot with Save resigner but it don't work and with Scetool i can't open the tool
Pleae some help
Thanks
First you will need to download "true ancestor resigner" to decrypt the .BIN
Then drop the .BIN into the resigner folder with the tool. And open the resigner tool.
Then choose option "1" to decrypt only the EBOOT.BIN
Now take you .ELF that was made, and drop it into HxD.
From here you will take your offsets you have. So say the super jump one (0x5C5048 - super jump) and you will subtract 10000 to get the offest in HxD.
Now edit the bytes and save file.
Then use make_fself.exe to make back into a EBOOT.BIN if on DEX or use the resigner to make it EBOOT.BIN if on CEX