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:

Calyx

Avid Poster
Determined Poster
Active Member
Jan 24, 2014
1,019
252
168
Here
Nice TuT. :) Will use this in the Future, because it's very clear.
 

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
Yeah?

What do you need help with?
 

MacZilla

Member
Mar 26, 2014
18
98
73
  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????
 

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
  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:

DarkPred4tor

Member
Dec 30, 2014
2
0
11
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?
 

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
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 ?
 

jonsson89

Member
Oct 18, 2014
48
9
18
wath do you meen with ......Replace the OFF bytes with the ON bytes, and you have now turned on the offset ??
 

Yuri Marques

Member
May 18, 2016
71
21
68
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?
 

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
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
    @ QM|T_JinX: morning bro