• 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.

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

Nostafaru

Moderating the Crunch Bunch.
Retired Staff
Community Elite
Community Veteran
Determined Poster
Active Member
Console ID Poster
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 ?
 
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).
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • @ QM|T_JinX:
    yea i saw the giveaways back then great job on that too
  • @ God:
    Thank you for the kind words, but I do it just for the people and community I love to help out anyway I can and give back to this amazing community!
  • @ God:
    What time is It for you bro? You live in the UK right
  • @ QM|T_JinX:
    22:26 no the netherlands
  • @ QM|T_JinX:
    yea i always found you a great staff member doing giveaways and stuff you guys made me want to be staff hahaha
  • @ QM|T_JinX:
    the fun you guys had as staff members joking around hahah
  • @ QM|T_JinX:
    did you speak to younis about maybe a plan or something to get this working again ?
  • @ God:
    I remember now it’s been a while you know lol but I remember you live in the Netherlands. You are a great Super Moderator bro as wel you are always active helping and trying to do what you can respect for you as well! I’m in the United States it’s 4:32pm here. What you going to do tonight?
  • @ QM|T_JinX:
    thanks bro appreciate that nothing mutch thinking about after the movie playing some red dead 2 almost have it on platinum haha
  • @ QM|T_JinX:
    so you thinking about become staff again or no great to have you back on here hto
  • @ QM|T_JinX:
    tho
  • @ God:
    That’s the truth I see I come on here often here lately, sometimes I don’t chat! But yes I really want to help out and do everything I can bring the site back like it should be bro! Maybe we could work something out, I think I have the resources and community to help
  • @ QM|T_JinX:
    yea i have seen you on here just like unbound and some others but they didnt stick haha yea would be great to see this site grow again like you said like it should be
  • @ God:
    We will see we gotta talk to the boss man Younis
  • @ QM|T_JinX:
    for sure haha well lets hope right
  • @ QM|T_JinX:
    i still think if there was a jailbreak for ps4 this site would have been back for sure
  • @ God:
    That would be awesome I’m sure it will happen before long, technology now a days is crazy! If we can work out a deal and plans I’ll be spreading the word and doing a lot to make it better more attractive and helpful fourms tips giveaways and all
  • @ God:
    I’ve been messing and working with trying to make great CSS for the names. Like Staff Premium news writer etc..
  • @ QM|T_JinX:
    ok so hows that going /
  • @ God:
    It’s going good. So we will see what happens and if the site can come back like it was or better
  • @ QM|T_JinX:
    nice yea lets hope
  • @ QM|T_JinX:
    im going to play some red dead it was great to have spoken to you bro nice to see you back on here
  • @ QM|T_JinX:
    hope you have a great night bro
  • @ God:
    It was good talking with you as well, you have a great night! We will talk later bro
    +1
  • Chat Bot:
    QM|T_JinX has joined the room.
      Chat Bot: QM|T_JinX has joined the room.
      Back
      Top