Rebased PSFree enhanced
Rebased PSFree Enhanced to make it easier to update the exploit
This commit is contained in:
11
includes/payloads/Jailbreak.js
Normal file
11
includes/payloads/Jailbreak.js
Normal file
@@ -0,0 +1,11 @@
|
||||
export function GoldHEN(ps4fw) {
|
||||
window.payload_path = "./includes/payloads/GoldHEN/goldhen_v2.4b18.5.bin";
|
||||
}
|
||||
|
||||
export function testGoldHEN() {
|
||||
window.payload_path = './includes/payloads/testing/goldhen_2.4b18.5_allfw_test.bin';
|
||||
}
|
||||
|
||||
export function HEN() {
|
||||
window.payload_path = './includes/payloads/HEN/HEN.bin';
|
||||
}
|
||||
Reference in New Issue
Block a user