Releases: heinermann/ida-wii-loaders
Releases · heinermann/ida-wii-loaders
DOL and REL loaders for IDA Pro 6.1
REL Loader Changes:
- Segments are now created independently of their offset in the original binary. This is considered more correct due to recently discovered debug information.
DOL and REL loaders for IDA Pro 6.1
DOL Changes:
- Fixed a bug where section sizes would be one less than their actual size.
- The default compiler is now set to GNU gcc.
REL Changes:
- Imported modules are now detected by scanning the current directory for other
.rel
files. Themodule_id.txt
file is no longer used. - Imported offsets are now correct by using header data from the imported modules.
- Header information is now displayed at the beginning of the database.
- Fixed a bug where the same offset to two different sections would be treated as the same import.
- The default compiler is now set to GNU gcc.
prolog
,epilog
, andunresolved
functions now appear in the exports tab.- Fixed a bug where
start
appeared in the exports tab. - Imports now contain helpful comments.
DOL and REL loaders for IDA Pro 6.1
REL loader changes:
- Now creates an imports section and applies all relocations.
- Loads import module names from
module_id.txt
in the same directory as the IDA Database (idb) file.
Known bugs:
- Import offsets for non-base modules may not be accurate.
DOL and REL loaders for IDA Pro 6.1
DOL and REL files are used by the Nintendo Gamecube/Wii.
These loaders are compiled for IDA Pro 6.1.
This is the first release, there are no changes.