Update to psfree-1.5rc1

900 Port in process: DO NOT USE IT.
This commit is contained in:
Kameleon
2025-05-10 09:34:58 -06:00
parent 32fa2d5d8c
commit 1220a577a2
30 changed files with 5271 additions and 2723 deletions
+18 -24
View File
@@ -1,4 +1,4 @@
<!-- Copyright (C) 2023-2024 anonymous
<!-- Copyright (C) 2023-2025 anonymous
This file is part of PSFree.
@@ -21,7 +21,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
<title>About PSFree</title>
</head>
<body>
PSFree is a WebKit exploit for PS4 Firmware 8.03.<br>
PSFree is an exploit chain for PS4 and PS5.<br>
PSFree is free software. See <a href='./COPYING'>COPYING</a> for the copyleft information.<br>
PSFree's license is GNU-AGPL-3.0-or-later.<br>
Here is the source code of this program:<br>
@@ -31,6 +31,11 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
<a href='./about.html' download>about.html</a><br>
JavaScript files:<br>
<table id="jslicense-labels1">
<tr>
<td><a href="./psfree.mjs">psfree.mjs</a></td>
<td><a href="https://www.gnu.org/licenses/agpl-3.0.html">GNU-AGPL-3.0-or-later</a></td>
<td><a href="./psfree.mjs" download>download</a></td>
</tr>
<tr>
<td><a href="./alert.mjs">alert.mjs</a></td>
<td><a href="https://www.gnu.org/licenses/agpl-3.0.html">GNU-AGPL-3.0-or-later</a></td>
@@ -41,36 +46,21 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
<td><a href="https://www.gnu.org/licenses/agpl-3.0.html">GNU-AGPL-3.0-or-later</a></td>
<td><a href="./config.mjs" download>download</a></td>
</tr>
<tr>
<td><a href="./exploit.mjs">exploit.mjs</a></td>
<td><a href="https://www.gnu.org/licenses/agpl-3.0.html">GNU-AGPL-3.0-or-later</a></td>
<td><a href="./exploit.mjs" download>download</a></td>
</tr>
<tr>
<td><a href="./send.mjs">send.mjs</a></td>
<td><a href="https://www.gnu.org/licenses/agpl-3.0.html">GNU-AGPL-3.0-or-later</a></td>
<td><a href="./send.mjs" download>download</a></td>
</tr>
<tr>
<td><a href="./scripts/lapse.mjs">scripts/lapse.mjs</a></td>
<td><a href="https://www.gnu.org/licenses/agpl-3.0.html">GNU-AGPL-3.0-or-later</a></td>
<td><a href="./scripts/lapse.mjs" download>download</a></td>
</tr>
<tr>
<td><a href="./rop/800.mjs">rop/800.mjs</a></td>
<td><a href="https://www.gnu.org/licenses/agpl-3.0.html">GNU-AGPL-3.0-or-later</a></td>
<td><a href="./rop/800.mjs" download>download</a></td>
</tr>
<tr>
<td><a href="./rop/950.mjs">rop/950.mjs</a></td>
<td><a href="https://www.gnu.org/licenses/agpl-3.0.html">GNU-AGPL-3.0-or-later</a></td>
<td><a href="./rop/950.mjs" download>download</a></td>
</tr>
<tr>
<td><a href="./rop/850.mjs">rop/850.mjs</a></td>
<td><a href="https://www.gnu.org/licenses/agpl-3.0.html">GNU-AGPL-3.0-or-later</a></td>
<td><a href="./rop/850.mjs" download>download</a></td>
</tr>
<tr>
<td><a href="./rop/900.mjs">rop/900.mjs</a></td>
<td><a href="https://www.gnu.org/licenses/agpl-3.0.html">GNU-AGPL-3.0-or-later</a></td>
<td><a href="./rop/900.mjs" download>download</a></td>
</tr>
<tr>
<td><a href="./module/chain.mjs">module/chain.mjs</a></td>
<td><a href="https://www.gnu.org/licenses/agpl-3.0.html">GNU-AGPL-3.0-or-later</a></td>
@@ -82,9 +72,9 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
<td><a href="./module/int64.mjs" download>download</a></td>
</tr>
<tr>
<td><a href="./module/constants.mjs">module/constants.mjs</a></td>
<td><a href="./module/view.mjs">module/view.mjs</a></td>
<td><a href="https://www.gnu.org/licenses/agpl-3.0.html">GNU-AGPL-3.0-or-later</a></td>
<td><a href="./module/constants.mjs" download>download</a></td>
<td><a href="./module/view.mjs" download>download</a></td>
</tr>
<tr>
<td><a href="./module/memtools.mjs">module/memtools.mjs</a></td>
@@ -118,5 +108,9 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
<a href="./kpatch/Makefile">kpatch/Makefile</a><br>
<a href="./kpatch/80x.c">kpatch/80x.c</a><br>
<a href="./kpatch/types.h">kpatch/types.h</a><br>
fonts/ files:<br>
<a href="./fonts/README.txt">fonts/README.txt</a><br>
<a href="./fonts/FONTS.LICENSE">fonts/FONTS.LICENSE</a><br>
<a href="./fonts/LiberationMono-Regular.ttf">fonts/LiberationMono-Regular.ttf</a><br>
</body>
</html>