Originally posted by FarCry1889
I don't want to use any eboot builder I want to make my own custom eboot. Any links or tutorials?
eboot builder would be the easiest, but if u wanna make your own then you can use the offsets from
You must login or register to view this content. then you download True Ancestors Self Resigner and a Hex Editor,
1, take any regular eboot
2. using the self resigner, decompile your eboot to an elf
3. Open the Elf in a Hex Editor
4. if need be subtract 10000 from the offsets in the thread i linked, you can do this with Windows calculator set to programmer mode,
5. In Hex Editor press Ctrl + G to goto Offset, then put in the offset and goto it
6. Write the bytes by typing them in
7. Save the edited .elf
8. put back into the Self resigner, and Compile it to a debug eboot if u are on dex,
9 eboot should be good now.
this is a pretty basic tutoral on how to do it, if it seems to hard just use an eboot builder
if i have time i could make a video on how to do it, but ill have to see
hope i somewhat helped