feat:Support for loading payloads using GoldHEN

This commit adds the ability to load payloads using GoldHENs BinLoader by visiting the mirrored http host. Improvements in blocking payloads loading if your firmware is unsupported..
This commit is contained in:
ArabPixel
2025-10-03 10:28:58 +02:00
parent 98154f0d17
commit e38e00d3d6
7 changed files with 97 additions and 51 deletions

View File

@@ -39,4 +39,6 @@ addEventListener("error", (event) => {
// we have to dynamically import the program if we want to catch its syntax
// errors
import("./psfree.mjs");
if (ps4fw >= 7.00 && ps4fw <= 9.60 ){
import("./psfree.mjs");
}else alert("Unsupported firmware to run the exploit")