My tutorial on how to edit variables in an EBOOT(edit it)

  • Hello Guest! Welcome to ConsoleCrunch, to help support our site check out the premium upgrades HERE! to get exclusive access to our hidden content.
  • Unable to load portions of the website...
    If you use an ad blocker addon, you should disable it because it interferes with several elements of the site and blocks more than just adverts.
  • Read Rules Before Posting Post Virus Scans with every program.

Nostafaru

Moderating the Crunch Bunch.
Retired Staff
Community Elite
Community Veteran
Determined Poster
Active Member
Console ID Poster
Apr 6, 2014
2,020
1,783
443
Hello consolecrunch.

This is my tutorial on how to add mods into an eboot.bin file.

Things you need:

  • Hex Editor
  • Eboot resigner
  • The eboot for the game you want to mod
  • The address for the game you want


First thing you want to do is get your EBOOT.bin for the game you want.

I will use modern warfare 2 as an example, how to get your eboot:

Open any FTP program on your PS3, i will use rebug toolbox.

Now download filezilla on your PC, and type in your PS3`s IP adress in the program.
Then go to: DEV_HDD0 - GAME - YOURGAMREGION - USRDIR, and drag the eboot.bin to your desktop or some other place you will remember it. *NOTE* The eboot cannot be a debug eboot.


Now open the folder EBOOT RESIGNER, and drag the EBOOT.BIN inside of the folde, like this:
9fc480aecd74932752d97fe577800369.png


Now open up the tool called resigner and press 1.
It will say decryption finished, and you can now exit the application.

Now inside the folder you will see a EBOOT.ELF, open the EBOOT.ELF file with hex editor.


Now open calculator on your PC, And click on Show programmers view, now you wanna get an address for the game you want to mod.

I will use NO RECOIL for Mw2, the addressfor no recoil is: 0x9342C and the ON bytes is: 0x60, 0x00, 0x00, 0x00

Now enter the address in your calculator, make sure you have HEX checked on your calculator, then paste the address in your calculator.

Now you wanna take the address - 10 000.

Once you have taken the address - 10 000, you wanna go into your ELF file in hex editor and press CTRL+G, and copy the address you got in your calculator, like this:
d0b611da695956cf96c2585b43f4fbb1.png


Now click OK, Now you will get taken to the OFF bytes, the OFF bytes for NO recoil is: 0x4B, 0xFA, 0x10, 0xF5

Now you will see the OFF bytes for NO recoil, like this:
8d45db84397e9e4803438f9774c3ac93.png


Replace the OFF bytes with the ON bytes, and you have now turned on the address, now you will have to resign the .ELF file to a .BIN. You do it like this:

Save the EBOOT.ELF, and place it inside the Tool folder.

Now press Shift + Right click, and click on: Open command window here.

Then a CMD window will pup up, now type: make_fself. Press ENTER.

Now you type: make_fself EBOOT.ELF EBOOT.BIN.
c8529538918aecef0b556000e3b263b5.png


Now you will get a .BIN file, that will be your modded EBOOT.BIN

Now open a FTP program on your PS3, and open filezilla on your PC and go to: DEV_HDD0 - GAME - YOURGAMREGION - USRDIR, and replace the EBOOT.BIN you modded with your original one.



DOWNLOADS:

Hex editor: http://www.hexworkshop.com/

Resigner:
Resigner: (X86) Version: https://www.sendspace.com/file/um5ds7

(X64) Version: https://www.sendspace.com/file/9nkx0y
 
Last edited:
Nice TuT. :) Will use this in the Future, because it's very clear.
 
Yeah?

What do you need help with?
 
  1. Godmode offset = 01CC3A78
  2. Now enter the offset in your calculator, make sure you have HEX checked on your calculator, then paste the offset in your calculator.
  3. VhKgmbm.png
and what do we do next??
Now you wanna take the offset - 10 000. <------ what????
 
  1. Godmode offset = 01CC3A78
  2. Now enter the offset in your calculator, make sure you have HEX checked on your calculator, then paste the offset in your calculator.
  3. VhKgmbm.png
and what do we do next??
Now you wanna take the offset - 10 000. <------ what????
You wanna substract the address with 10 000

Like this : 01CC3A78 - 10 000 = 1CB3A78
 
Last edited:
Hey Crunchers ;)

This is my tutorial on how to add mods into an eboot.bin file.

Things you need:

  • Hex Editor
  • Eboot resigner
  • The eboot for the game you want to mod
  • The offset for the game you want


First thing you want to do is get your EBOOT.bin for the game you want.

I will use modern warfare 2 as an example, how to get your eboot:

Open any FTP program on your PS3, i will use rebug toolbox.

Now download filezilla on your PC, and type in your PS3`s IP adress in the program.
Then go to: DEV_HDD0 - GAME - YOURGAMREGION - USRDIR, and drag the eboot.bin to your desktop or some other place you will remember it. *NOTE* The eboot cannot be a debug eboot.


Now open the folder EBOOT RESIGNER, and drag the EBOOT.BIN inside of the folde, like this:
9fc480aecd74932752d97fe577800369.png


Now open up the tool called resigner and press 1.
It will say decryption finished, and you can now exit the application.

Now inside the folder you will see a EBOOT.ELF, open the EBOOT.ELF file with hex editor.


Now open calculator on your PC, And click on Show programmers view, now you wanna get an offset for the game you want to mod.

I will use NO RECOIL for Mw2, the offset for no recoil is: 0x9342C and the ON bytes is: 0x60, 0x00, 0x00, 0x00

Now enter the offset in your calculator, make sure you have HEX checked on your calculator, then paste the offset in your calculator.

Now you wanna take the offset - 10 000.

Once you have taken the offset - 10 000, you wanna go into your ELF file in hex editor and press CTRL+G, and copy the offset you got in your calculator, like this:
d0b611da695956cf96c2585b43f4fbb1.png


Now click OK, Now you will get taken to the OFF bytes, the OFF bytes for NO recoil is: 0x4B, 0xFA, 0x10, 0xF5

Now you will see the OFF bytes for NO recoil, like this:
8d45db84397e9e4803438f9774c3ac93.png


Replace the OFF bytes with the ON bytes, and you have now turned on the offset, now you will have to resign the .ELF file to a .BIN. You do it like this:

Save the EBOOT.ELF, and place it inside the Tool folder.

Now press Shift + Right click, and click on: Open command window here.

Then a CMD window will pup up, now type: make_fself. Press ENTER.

Now you type: make_fself EBOOT.ELF EBOOT.BIN.
c8529538918aecef0b556000e3b263b5.png


Now you will get a .BIN file, that will be your modded EBOOT.BIN :)

Now open a FTP program on your PS3, and open filezilla on your PC and go to: DEV_HDD0 - GAME - YOURGAMREGION - USRDIR, and replace the EBOOT.BIN you modded with your original one.


Hope this helped you ;)

DOWNLOADS:

Hex editor: http://www.hexworkshop.com/

Resigner:
Resigner: (X86) Version: https://www.sendspace.com/file/um5ds7

(X64) Version: https://www.sendspace.com/file/9nkx0y
Whenever i do the CTRL+G Bit, it always says the offset doesn't exist. I even tried using the offset that you acquired. (8342C) any ideas on what's going on?
 
Whenever i do the CTRL+G Bit, it always says the offset doesn't exist. I even tried using the offset that you acquired. (8342C) any ideas on what's going on?
Are you using the .ELF or .BIN ?
 
wath do you meen with ......Replace the OFF bytes with the ON bytes, and you have now turned on the offset ??
 
my question is, if i already have a modded eboot.bin of a game with Infinite Health, no reload, no recoil etc...how do i remove only the Infinite Health and leave the others? I need to find the addres for IH and erase it?
 
my question is, if i already have a modded eboot.bin of a game with Infinite Health, no reload, no recoil etc...how do i remove only the Infinite Health and leave the others? I need to find the addres for IH and erase it?
You neeed to get the address for infinite health, and then reset it to the default value, or maybe try nulling it(60 00 00 00).
 
  • Like
Reactions: Yuri Marques
General chit-chat
Help Users
  • No one is chatting at the moment.
  • @ QM|T_JinX:
    tc brother if there is somthing just text
  • @ ANGUS0023233:
    Been awhile
  • @ QM|T_JinX:
    sup bro
  • @ ANGUS0023233:
    Do you got BF6 jinx?
  • @ QM|T_JinX:
    no i dont
  • @ QM|T_JinX:
    kept Diein to that f%cking game haha
  • @ QM|T_JinX:
    not sure if i type that correct haha i died alot on that game in beta
  • @ ANGUS0023233:
    Ah you tried playing the Battlefield 6 alpha labs beta. I only played the Alpha Beta then Open beta then the game itself since i enjoyed it all lot
  • @ QM|T_JinX:
    it a good lookin game for sure but im not as good anymore in that game haha
    so it seems hahah
  • @ lurch6661:
    high
  • @ QM|T_JinX:
    high
  • @ QM|T_JinX:
    bro im not on messager ok if im online on there ppl start to message me dont feel like going on and on on text
  • @ lurch6661:
    ok bro
  • @ QM|T_JinX:
    nothing agains you you know that right just dont feel like answer all those text the hole time
  • @ lurch6661:
    i understand trust m e lol
  • @ QM|T_JinX:
    by the way i unlocked the gold camo on bo7 looks pretty cool hahah
  • @ lurch6661:
    lol
  • @ ANGUS0023233:
    Jinx do you got PSN ?
  • @ QM|T_JinX:
    yea i do
  • @ QM|T_JinX:
    my gf is coming over i check you guys later on tc guys
  • @ lurch6661:
    ok bro tc
  • @ ANGUS0023233:
    Wow bunch of my links and such are gone i’ll have to look into it and try to fix it or update it anyways take care lurch and jinx
  • @ QM|T_JinX:
    t bro good to see you back on here catch you guys later
  • Chat Bot:
    QM|T_JinX has joined the room.
      Chat Bot: QM|T_JinX has joined the room.