diff options
| author | Crementif <26669564+Crementif@users.noreply.github.com> | 2026-05-20 19:58:23 +0200 |
|---|---|---|
| committer | Crementif <26669564+Crementif@users.noreply.github.com> | 2026-05-21 23:18:21 +0200 |
| commit | 5190527369bd879a7182eaa39171780b38313c15 (patch) | |
| tree | 59a6297e0c23cdb57658bd6b56f9119101f729b5 /src/wiiu/ReadMe.md | |
| parent | f293e2d46492ed9221a3864fdd6613f263cf5bef (diff) | |
Update Wii U IDA loader to IDA 9.3
Diffstat (limited to 'src/wiiu/ReadMe.md')
| -rw-r--r-- | src/wiiu/ReadMe.md | 14 |
1 files changed, 13 insertions, 1 deletions
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 |
