Skip to content

v3.1.0

Compare
Choose a tag to compare
@hammer-83 hammer-83 released this 31 Jan 05:44
· 11 commits to main since this release

New Features

  • A new payload for jailbreaking BD-J process. This JAR sets the process user to "root" and sets the root of the filesystem to "/", escaping "/app0" jail. After running this payload, FTP Server will see the entire filesystem.
  • Another payload to retrieve the contents of Klog over network using something like netcat.
  • Payloads can now run in the background while JAR loader accepts other JARs. Two payloads have been converted to background jobs: FTP Server and Klog Server.

Fixes

  • Hopefully improved stability of UMTX2 which was deadlocking every single time in the last update.
  • Still investigating stability issues due to native call optimizations in the last release. For now reverted to previous state (sort of).

Notes

  • Usual note about backwards compatibility not guaranteed with previous versions of the JAR loader.
  • On firmware 6.00+, attempting to write to certain regions of kernel data still results in a panic.