Hi, as the title suggests, I'm trying to replace a file contained in an eboot.bin, in particular a .jpg image ...
I converted the eboot from .bin to .elf.
with HeX (hexadecimal editor) I found the sectors of the image to be replaced (I copied them to a new file and saved with .jpg, the image is displayed by win7, so the sectors are correct) ... at this point I replaced them (paste and overwrite) with those of the new image to be included in the eboot and I saved everything as .elf.
Next I used the command:
"make_fself.exe EBOOT.ELF EBOOT.BIN"
but i get an error and it is not converted to .bin ...
Am I wrong somewhere or what I'm trying to do is not possible ??
Thanks in advance for your answers!
I converted the eboot from .bin to .elf.
with HeX (hexadecimal editor) I found the sectors of the image to be replaced (I copied them to a new file and saved with .jpg, the image is displayed by win7, so the sectors are correct) ... at this point I replaced them (paste and overwrite) with those of the new image to be included in the eboot and I saved everything as .elf.
Next I used the command:
"make_fself.exe EBOOT.ELF EBOOT.BIN"
but i get an error and it is not converted to .bin ...
Am I wrong somewhere or what I'm trying to do is not possible ??
Thanks in advance for your answers!
Last edited:

) request to the dev ..!