v2.0.0
Framework for permanent kernel r/w.
Note that previous versions of JAR loader will not run JARs compiled with this release.
Steps:
- Compile the project and burn the contents of
assembly/target/assembly-2.0.0
to BD-RE disc. Pre-compiled ISO is also provided. Optionally compile with-Dremote.logger.host=[Logging server IP]
to echo the output on screen to a remote host. - 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.
- Dump current classpath of JVM, including java.base module (may not work on all firmwares).
- UMTX bug implementations from flat_z, Cryptogenic and cheburek3000 adapted to this SDK. Note that stability and specific FW support is still work in progress.