v1.1.2
Added useful SDK mappings
Steps:
- Compile the project and burn the contents of
assembly/target/assembly-1.1.2
to BD-RE disc. Pre-compiled ISO is also provided. - Insert the disc into PS5 and run the JAR Loader.
- Send a payload:
java -jar <payload.jar> <PS5 IP>
Examples:
- FTP server (sandboxed)
- Sample mini tennis game
- System properties printer
- UMTX bug implementation from flat_z, adapted to this SDK. Note that it is not very stable and will likely make the console panic at the end of execution in its current state.