Common tools - andy-man/ps4-wee-tools GitHub Wiki

Compare files

Helps to compare files and check their md5 hashes.

Just select option from menu and tool will scan current folder for *.bin files and show result.

Also you can drag and drop two or more files on app's shortcut to launch file compare

File browser

This screen just helps to pick a file for some tool

Terminal (UART)

Serves to view and send data via UART.

It has color highlighting for lines containing errors and for some other keywords.

Can be used to communicate with southbridge (emc command hash suffix support).

You can also turn on showing bytecodes for control bytes (value < 0x20)

Title shows statistics of received (RX), transmitted (TX) bytes and elapsed time.

SPIway flasher

SPIway - NOR spi flasher with random block access support (Teensy++ 2.0)

Can be used to write to NOR's single block(s)

Syscon r/w tool by Abkarino

Syscon Flasher allows you to read/write original PS4 syscon chip (Renesas RL78/G13)

Currently hardware part is based on Teensy boards (2.0++/4.0/4.1)

Syscon reader by DarkNESmonk

One of first syscon glitch tools. Can be used to read syscon chip using Arduino Nano v3.

Pack / Unpack 2BLS files

Serves for packing and unpacking 2BLS containers, which is widely used in Playstation ecosystem (NOR partitions, PUP files and etc)