SocraticBliss / ps4_module_loader

PS4 Module Loader / IDA 7.0-9.0
GNU General Public License v3.0
82 stars 12 forks source link

cant load minecraft ps4 edition #74

Closed LiEnby closed 1 month ago

LiEnby commented 2 months ago

i can load the Minecraft.Client.elf (LCE) executable, but not the main eboot.bin (bedrock) executable image

LiEnby commented 2 months ago

i have the eboot.elf but its too darn big to upload here. uh

SocraticBliss commented 2 months ago

Seems like it has (empty) section headers, to bypass this message (and load the file), just modify the ELF header of the file itself and say that there are no section headers present...

For example, if you open the eboot.bin/elf in a hex editor, go to byte(s) 0x30 and 0x31 and set these values to 0. Then it should (hopefully) get past this.