From 5190527369bd879a7182eaa39171780b38313c15 Mon Sep 17 00:00:00 2001 From: Crementif <26669564+Crementif@users.noreply.github.com> Date: Wed, 20 May 2026 19:58:23 +0200 Subject: Update Wii U IDA loader to IDA 9.3 --- src/wiiu/ReadMe.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'src/wiiu/ReadMe.md') diff --git a/src/wiiu/ReadMe.md b/src/wiiu/ReadMe.md index d7bb7f6..0fdd60a 100644 --- a/src/wiiu/ReadMe.md +++ b/src/wiiu/ReadMe.md @@ -7,5 +7,17 @@ An IDA Pro loader for the Wii U Cafe OS. * Symbol table loading * Adds imports and exports +## Building +This loader now builds against the vendored IDA SDK submodule in `third_party/ida-sdk`. + +Open [CMakeLists.txt](/C:/Projects/Decompilation/ida_game_elf_loaders/src/wiiu/CMakeLists.txt) in Visual Studio as a CMake project and build the `x64` `Release` configuration. + +If you prefer the command line with the Visual Studio toolchain: + +```powershell +& "C:\Program Files\Microsoft Visual Studio\18\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe" -S . -B build -G "Visual Studio 18 2026" -A x64 +& "C:\Program Files\Microsoft Visual Studio\18\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe" --build build --config Release +``` + ## Todo -* Support RPL relocation \ No newline at end of file +* Support RPL relocation -- cgit v1.3.1