From 592b0484b9c1e943093dd93b720428ebfaa116d2 Mon Sep 17 00:00:00 2001 From: aerosoul94 Date: Sun, 9 Apr 2017 00:35:32 -0500 Subject: Add Wii U RPX/RPL loader src. Some bug fixes. --- ReadMe.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ReadMe.md') diff --git a/ReadMe.md b/ReadMe.md index 3e8dab2..1744fea 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -2,6 +2,7 @@ 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. @@ -14,15 +15,17 @@ Copy loader plugins to IDA loaders directory. ### 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 `-DIDA_64_BIT_EA_T=YES` to cmake command line. +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 -- cgit v1.3.1