Initial commit

This commit is contained in:
Al Azif
2025-05-12 14:30:43 -07:00
commit b9f5957555
28 changed files with 6529 additions and 0 deletions

27
changelog.txt Normal file
View File

@@ -0,0 +1,27 @@
* 1.5.0:
* add Lapse kernel exploit
* rewrite PSFree exploit
* 1.4.0:
* add kernel patch payload for 8.0x
fixes:
* remove the risk of crashing from using the Chain classes
* remove the risk of crashing from using make_buffer()
* (PS5 < 3.00) use valid config at exploit.mjs:setup_ssv_data
* 1.3.0:
* improve the speed and reliability of the exploit (exploit.mjs)
* add ROP chain managers for 8.5x, 9.0x, 9.5x
* drop support for webkitgtk 2.34.4, see 1.0.0 for a working implementation
* 1.2.0:
* add support for PS4 6.00-6.20
* 1.1.0:
* add support for running ROP chains (PS4 8.03)
* add support for calling syscalls (PS4 8.03)
* 1.0.0:
* add proof-of-concept code to gain arbitrary read/write
(PS4 6.50-9.60/PS5 1.00-5.50)