More actions
(Created page with "{{Infobox WiiU Homebrews |title=IDA Pro WiiU Loader |image=idaprowiiuloader.png |description=Plugin for IDA Pro, allowing proper symbols/section/import/etc. reading from RPX/RPL. |author=aerosoul94 |lastupdated=2015/02/23 |format=ldw |type=PC Utilities |version=1.0 |license=Mixed |download=https://dlhb.gamebrew.org/wiiuhomebrews/idaprowiiuloader.7z |website=https://gbatemp.net/threads/ida-pro-wii-u-loader.382433/ |source=https://github.com/aerosoul94/ida_gel |donation= }...") |
No edit summary |
||
Line 23: | Line 23: | ||
* Symbol table loading. | * Symbol table loading. | ||
* Adds imports and exports. | * Adds imports and exports. | ||
== User guide == | == User guide == |
Latest revision as of 05:16, 18 Mayıs 2024
IDA Pro WiiU Loader | |
---|---|
General | |
Author | aerosoul94 |
Type | PC Utilities |
Version | 1.0 |
License | Mixed |
Last Updated | 2015/02/23 |
Links | |
Download | |
Website | |
Source | |
An IDA Pro loader for the Wii U Cafe OS. It aims to simplify the analysis process in comparison to the default ELF loader.
Features
- Compressed section handling.
- Creates extern segment for imported functions.
- Symbol table loading.
- Adds imports and exports.
User guide
How to use:
- Copy wiiu.ldw into your IDA/loaders directory.
- Load an RPL/RPX into IDA.
This loader was compiled using the IDA 6.1 SDK. While it works well with IDA 6.6, compatibility with versions lower than 6.1 is unconfirmed. Note that this loader is designed for 32-bit IDA Pro.
Note: Here you can find an IDA Pro loader for WIi U using the IDA 7.x by BullyWiiPlaza.