Skip to content

v2.0.0

Compare
Choose a tag to compare
@hammer-83 hammer-83 released this 05 Oct 16:02
· 68 commits to main since this release

Framework for permanent kernel r/w.

Note that previous versions of JAR loader will not run JARs compiled with this release.

Steps:

  1. 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.
  2. Insert the disc into PS5 and run the JAR Loader.
  3. Send a payload: java -jar <payload.jar> <PS5 IP>

Examples:

  1. FTP server (sandboxed).
  2. Sample mini tennis game.
  3. System properties printer.
  4. Dump current classpath of JVM, including java.base module (may not work on all firmwares).
  5. 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.