Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/TeamFAPS/PS4-Kernel-Dumper
3.50-5.07 PS4 Kernel Dumper
https://github.com/TeamFAPS/PS4-Kernel-Dumper
Last synced: about 2 months ago
JSON representation
3.50-5.07 PS4 Kernel Dumper
- Host: GitHub
- URL: https://github.com/TeamFAPS/PS4-Kernel-Dumper
- Owner: TeamFAPS
- Created: 2018-06-06T14:45:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-31T20:16:03.000Z (over 4 years ago)
- Last Synced: 2024-05-19T02:59:47.865Z (8 months ago)
- Language: C
- Homepage:
- Size: 44.9 KB
- Stars: 21
- Watchers: 12
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-PS4-Jailbreak - PS4 Kernel Dumper - 5.05 PS4 Kernel Dumper. (Payloads / Remote Package Installers)
README
# PS4 Kernel Dumper
Cross-compatible with PS4 on 3.50, 3.51, 3.55, 4.05, 4.55, 4.74, 5.00, 5.01, 5.03, 5.05 and 5.07.
## USB dumping mode
Launch the payload. Connect a USB storage device. Follow the instructions on the screen.
## Socket dumping mode
Compile with your PC's IP and choose the port you want (ex: 9023).
On PC you can do to listen:
socat - tcp-listen:9023 > kernel_dump.binThen in a new cmd line, to send the payload:
socat -u FILE:PS4-Kernel-Dumper.bin TCP:"PS4 IP":9020You can then trim out the socket prints, or you could adapt it with 2 sockets, one for dumping, another for logging.
## Building
To compile you have to use an updated payload SDK. For example: https://github.com/xvortex/ps4-payload-sdk
## Credits
* SocraticBliss for maintainability, reboot and output filename timestamp
* CelesteBlue for rewriting (USB + cross FW compatibility)
* WildCard for functional code
* Shadow for copyout trick
* xvortex for updated PS4 payload SDK
* CTurt for PS4 payload SDK
* Specter for Code Execution method and implementation
* qwertyoruiopz for webkit and kernel exploits