A collection of IDA loaders for various game console ELF's.
Find a file
2018-06-10 17:14:43 +02:00
cmake updated for ida 7.0+ 2018-06-10 17:13:46 +02:00
src updated for ida 7.0+ 2018-06-10 17:10:55 +02:00
third_party First commit 2017-04-05 12:32:29 -05:00
.gitignore Add Wii U RPX/RPL loader src. Some bug fixes. 2017-04-09 00:35:32 -05:00
.gitmodules First commit 2017-04-05 12:32:29 -05:00
ReadMe.md updated for ida 7.0+ 2018-06-10 17:14:43 +02:00

ida_game_elf_loaders

A collection of user mode ELF loaders for the following game consoles:

  • PS3
  • PS Vita
  • Wii U

Installation

Copy loader plugins to IDA loaders directory.

Building

Dependencies

Generate Projects With CMake

The IDA cmake module included will expect to find the IDA SDK in an IDA_SDK_DIR or IDA_SDK environment variable. If you would like to generate 64-bit EA targeted loaders, you need to add -D IDA_64_BIT_EA_T=YES to cmake command line.

Navigate to the directory of the loader you would like to build in 'src/', then run the following command

mkdir build && cd build && cmake ../

This should create a build directory with your generated project files.

Building

Optionally, you can also build using cmake with the following command

cmake --build ./

Notes

These have only been tested and built using Visual Studio 2015 using IDA SDK 6.8.

Update

Wii U Loader has been updated for IDA SDK 7.0+