PS4 Payload Guest
More actions
| PS4 Payload Guest | |
|---|---|
| General | |
| Author | Al-Azif |
| Type | Utilities |
| Version | 0.98 |
| License | GPL-3.0 |
| Last Updated | 2022/04/05 |
| Links | |
| Download | |
| Website | |
| Source | |
Payload Guest is a homebrew application that lets you run payloads from /data/payloads/ instead of web hosts on your jailbroken PS4.
User guide
Payload Guest reads payloads from /data/payloads/ (From the PS4's internal hard drive) and/or /mnt/usb*/payloads/ (from a USB devices /payloads/ directory).
If you have a meta.json file in one of these directories it will parse that file rather than trying to scan that particular directory's files. If there is no meta.json file the application will scan the folder and add any .bin files found to the menu, it will look for a .png file with the same name to display.
Pressing Square will refresh the list (for if you inserted/removed a USB device).
Example meta.json:
[
{
"name": "Enable Browser",
"filename": "enable-browser.bin",
"icon": "enable-browser.png"
},
{
"name": "Disable ASLR",
"filename": "different-name.bin",
"icon": "no-match.png"
}
]
Please note the open and closing square brackets ([ ]).
Screenshots
Media
PS4 Payload Guest - Easily Run Payloads from USB & HDD - Setup & Overview! (MrMario2011)
Changelog
v0.98
- Attempt to use GoldHEN's payload loader prior to loading internally.
- Add CZ Language by @GordonRamsayCZ.
v0.97
- Built with Open Orbis SDK v0.52.
- Updated nlohmann/json to 3.10.5.
- Updated libLog.
- Removed libjbc.
- No Jailbreak necessary USB access (Method via @LightningMods)
- This does NOT mean you don't need a USB drive to run the 9.00 exploit... to run this package you need to have already done that.
- From an end user standpoint this doesn't change anything, from a developer standpoint and a stability standpoint it is way better.
- Standalone payload loading (Method via @LightningMods).
- No GoldHEN necessary.
- Signal Handler for payloads that would normally cause a crash (Method via @LightningMods).
v0.96
- Initial GitHub release.
- Sends payload to 127.0.0.1:9090 (GoldHEN's Bin Loader).
- Arabic is translated but display is broken so it defaults to English.