Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/valentinbreiz/PS4-Linux-Loader
PS4 Linux Loader: A simple payload that let you run Linux on your 4.05 / 4.55 / 5.01 / 5.05 PS4
https://github.com/valentinbreiz/PS4-Linux-Loader
Last synced: 2 months ago
JSON representation
PS4 Linux Loader: A simple payload that let you run Linux on your 4.05 / 4.55 / 5.01 / 5.05 PS4
- Host: GitHub
- URL: https://github.com/valentinbreiz/PS4-Linux-Loader
- Owner: valentinbreiz
- Created: 2017-12-30T20:27:41.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-04T17:54:58.000Z (almost 6 years ago)
- Last Synced: 2024-11-10T20:43:01.696Z (3 months ago)
- Language: C
- Homepage:
- Size: 113 KB
- Stars: 143
- Watchers: 18
- Forks: 41
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-PS4-Jailbreak - PS4 Linux Loader
README
# PS4 Linux Loader
A simple payload that let you run Linux on your 4.05 PS4WORKS! With [IDC's exploit](https://github.com/idc/ps4-entrypoint-405).
Hosted here for your use: http://darbness.com/ps4.
## How to build
I use https://github.com/idc/ps4-payload-sdk to compile it. You also need to compile https://github.com/fail0verflow/ps4-kexec and place 'kexec.bin' into this folder. Compile kexec with 'make CFLAG='-DPS4_4_05 -DKASLR -DNO_SYMTAB'.## How to use
You need a FAT32 formatted USB drive plugged in on any PS4's USB port with the following files on the root directory : bzImage and initramfs.cpio.gz. You can download [them here](https://mega.nz/#!hEh1QI4B!gCDA5l7GyTekQ-fURvKw6WRieSbHETb3tYHb--SkmhM).
Then you will need to send the payload (PS4-Linux-Loader.bin) to your PS4. For that go to your PS4 web browser, go to darbness.com/ps4 and send the payload to your PS4 using netcat or other.. (You can also use my tool: [PS4 Payload Sender](https://github.com/valentinbreiz/PS4-Payload-Sender)).
For 4.55:
https://github.com/valentinbreiz/PS4-Linux-Loader/tree/4.55
For 5.01:
https://github.com/valentinbreiz/PS4-Linux-Loader/tree/5.01
For 5.05:
https://github.com/valentinbreiz/PS4-Linux-Loader/tree/5.05
For PS4 Pro / Slim / FAT:
https://github.com/eeply/ps4-linux/tree/ps4pro
## Credits and links
Thanks to 2much4u, Darbnes and jiangwei.Useful links:
- For the kexec execution: https://github.com/kR105-zz/PS4-dlclose/tree/linux-loader
- For kexec: https://github.com/fail0verflow/ps4-kexec
- For more explanations: https://cturt.github.io/ps4-3.html
- For executing code in kernel space: https://github.com/VV1LD/405-KernelDumper