summaryrefslogtreecommitdiff
path: root/ReadMe.md
diff options
context:
space:
mode:
authorCrementif <26669564+Crementif@users.noreply.github.com>2026-05-21 23:25:23 +0200
committerCrementif <26669564+Crementif@users.noreply.github.com>2026-05-21 23:25:23 +0200
commit283dd15c854eaf1ae8b967305050775183f30754 (patch)
tree1ddc7b9b5eb2474e94e024e694943d03cbc4b925 /ReadMe.md
parent5190527369bd879a7182eaa39171780b38313c15 (diff)
Update readme
Diffstat (limited to 'ReadMe.md')
-rw-r--r--ReadMe.md12
1 files changed, 7 insertions, 5 deletions
diff --git a/ReadMe.md b/ReadMe.md
index e7d27de..7192533 100644
--- a/ReadMe.md
+++ b/ReadMe.md
@@ -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.