|
MainMemory Member Level: 13 Posts: 3/28 EXP: 8855 For next: 1412 Since: 07-22-12 Since last post: 6.3 years Last activity: 4.9 years |
|
| In case anyone wants to look into .rel module files from GameCube games, here are two tools:
RelPointerFixer is a command-line .NET program that processes the relocation information in the file and outputs a filename.fix.rel file with all pointers restored to their proper values (generally pointers in .rel files are all 0). RelFile.idc is a script for IDA Pro which performs the same function as the above program, in addition to converting the header data into structures and creating segments based on the information in the section table. |




