diff options
| author | Crementif <26669564+Crementif@users.noreply.github.com> | 2026-05-21 23:25:23 +0200 |
|---|---|---|
| committer | Crementif <26669564+Crementif@users.noreply.github.com> | 2026-05-21 23:25:23 +0200 |
| commit | 283dd15c854eaf1ae8b967305050775183f30754 (patch) | |
| tree | 1ddc7b9b5eb2474e94e024e694943d03cbc4b925 | |
| parent | 5190527369bd879a7182eaa39171780b38313c15 (diff) | |
Update readme
| -rw-r--r-- | ReadMe.md | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -1,9 +1,11 @@ # ida_game_elf_loaders A collection of user mode ELF loaders for the following game consoles: -* PS3 -* PS Vita +* ~~PS3~~ +* ~~PS Vita~~ * Wii U +You should use other repositories for the non-Wii U ELF loaders, as this one is only aimed at providing an updated version of the RPX loader. + ## Installation Copy loader plugins to IDA loaders directory. @@ -29,7 +31,7 @@ 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+
\ No newline at end of file +The current commit was compiled and tested to work with IDA 9.3. +It also comes with improved Wii U RPX/RPL support, including compressed sections, +FILE_INFO parsing, import/export metadata, and a broader set of relocations. |
