today i bring you on how to make a debug eboot for rebug now this only works if you on cfw REBUG!!
Requierments :
HXD
t6mp_ps3fself.elf
make_fself.exe
And a brain
- Ok first, open the t6mp_ps3f.elf in HXD
- Go the this offset : 0x00452510
- Change the value
Code:
41
by
Code:
40
- You can NOP this offset : 0x00027FEC
- Change the value
Code:
41 82 08 F0
by
Code:
60 00 00 00
- Now you can change the draw_fps text here 0x008D2510
- Save the file
- Encrypt the elf with "make_fself.exe"
Code for encrypt in the CMD
Code:
make_fself.exe t6mp_ps3f.elf EBOOT.BIN
Put the EBOOT in your PS3 and have fun
Requierments :
HXD
t6mp_ps3fself.elf
make_fself.exe
And a brain

- Ok first, open the t6mp_ps3f.elf in HXD
- Go the this offset : 0x00452510
- Change the value
Code:
41
by
Code:
40
- You can NOP this offset : 0x00027FEC
- Change the value
Code:
41 82 08 F0
by
Code:
60 00 00 00
- Now you can change the draw_fps text here 0x008D2510
- Save the file
- Encrypt the elf with "make_fself.exe"
Code for encrypt in the CMD
Code:
make_fself.exe t6mp_ps3f.elf EBOOT.BIN
Put the EBOOT in your PS3 and have fun
Last edited by a moderator: