Dolphin, the GameCube and Wii emulator - Forums

Full Version: [GC] Map file parsing
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there any exising Symbol Map parser for the map files with the header of SYM1?

Looking at symbolgc-final.map from Ultimate Spider-Man seems quite straightforward but there are fields which I can't understand:


4 bytes - HEADER SYM1
4 bytes - Num symbols
8 bytes - unknown

array of offsets
array of names
got it!




4 bytes - header
4 bytes - offset to function names
8 bytes - unknown


16 byte entries each:
4 bytes - virtual address
4 bytes - offset in function name table
4 bytes - next offset in function name table
4 bytes - size of function in bytes