Closed LiEnby closed 1 month ago
i have the eboot.elf but its too darn big to upload here. uh
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.
i can load the Minecraft.Client.elf (LCE) executable, but not the main eboot.bin (bedrock) executable