- Joined
- Jul 31, 2019
- Messages
- 10
I started working on a Sega Saturn loader for Ghidra. Viewing an ISO in a hex editor, offset 0x00 has the "SEGA SEGASATURN" signature, offset 0xE0 has the size of the initial binary, and offset 0xF0 has the address to write the initial binary to. However, it's not clear to me where in the ISO the initial binary exists. Doing some tests within Yabause's debugger I found the initial IP at 0xC000 and 0x1C000. Is there something in the header that tells me this information?