/PS4Linux-Payloads

Linux payload for PS4

Primary LanguageC

PS4Linux-Payloads

Linux payload for PS4

6.72 - 9.00


Why this repo ?

I just wanted to keep all PS4-kexec with fix in the same place, also i wanted to build payloads do separate folders.

PS4-kexec is the payload ?

NO, the kexec here is for boot a custom kernel the payload (main.c) here is for boot the os and kernel by using the kexec.

You can find a better explanation here

How i compile the payload ?

You need some dependance, you can install them with these command.

Ubuntu/Debian

sudo apt install build-essential
sudo apt install yasm

Arc Linux

sudo pacman -Sy base-devel
sudo pacman -Sy yasm

After that just go to the root directory and run the make command

I have a error when i try to compile the payload

you can leave a issue or contact me on twitter

Credit

@sleirsgoevy for the payload, @tihmstar for 7.02 offset, @codedwrench for 7.55 & 9.00 offset