This is a minimal implementation of the PS4 hack by qwertyoruiopz.
It only contains the 'PS4HEN v2.1.2'.
You will need an ESP32 board with 4MB flash memory and a PS4 on fw 5.05 to use the software.
-
Download AsyncTCP and ESPAsyncWebServer and install these libraries in the Arduino libraries folder.
Restart the Arduino IDE after this step. -
Unpack the latest release zipfile.
-
Flash the compiled software to your ESP32.
-
Flash the pre-compiled
esp32-ps4-jailbreak.ino.esp32.bin
file to 0x00010000. -
Use this command (Linux) to flash the binary to an esp32 with a default partition table:
~/Arduino/hardware/espressif/esp32/tools/esptool.py --chip esp32 --port /dev/ttyUSB0 --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m 0x10000 esp32-ps4-jailbreak.ino.esp32.bin
( you might have to adjust some things for your particular board )
-
The ESP32 will start an accesspoint named
ESP32 5.05 jailbreak server
. -
Connect to this AP with your PS4 and browse to
http://192.168.4.1/
to enable PS4HEN on your PS4.
Specter, IDC, qwertyoruiopz, Flatz, CTurt, Mistawes, XVortex, Al-Azif