Skip to content

v1.1.2

Compare
Choose a tag to compare
@hammer-83 hammer-83 released this 01 Oct 03:27
· 72 commits to main since this release

Added useful SDK mappings

Steps:

  1. Compile the project and burn the contents of assembly/target/assembly-1.1.2 to BD-RE disc. Pre-compiled ISO is also provided.
  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. 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.