Developer Andy_maN has released a new update for PS4 Wee Tools PRO , the tool dedicated to manipulating NOR memory and Syscons on the PlayStation 4 console .

PS4 Wee Tools PRO is a paid version (available to donors/contributors via platforms like Ko-fi or Patreon) that offers additional features over the free, open-source version, such as the Syscon Rebuilder, PUP decryptor, and the stock Syscon flasher.
https://platform.twitter.com/embed/Tweet.html?creatorScreenName=Checcolin80&dnt=true&embedId=twitter-widget-0&features=eyJ0ZndfdGltZWxpbmVfbGlzdCI6eyJidWNrZXQiOltdLCJ2ZXJzaW9uIjpudWxsfSwidGZ3X2ZvbGxvd2VyX2NvdW50X3N1bnNldCI6eyJidWNrZXQiOnRydWUsInZlcnNpb24iOm51bGx9LCJ0ZndfdHdlZXRfZWRpdF9iYWNrZW5kIjp7ImJ1Y2tldCI6Im9uIiwidmVyc2lvbiI6bnVsbH0sInRmd19yZWZzcmNfc2Vzc2lvbiI6eyJidWNrZXQiOiJvbiIsInZlcnNpb24iOm51bGx9LCJ0ZndfZm9zbnJfc29mdF9pbnRlcnZlbnRpb25zX2VuYWJsZWQiOnsiYnVja2V0Ijoib24iLCJ2ZXJzaW9uIjpudWxsfSwidGZ3X21peGVkX21lZGlhXzE1ODk3Ijp7ImJ1Y2tldCI6InRyZWF0bWVudCIsInZlcnNpb24iOm51bGx9LCJ0ZndfZXhwZXJpbWVudHNfY29va2llX2V4cGlyYXRpb24iOnsiYnVja2V0IjoxMjA5NjAwLCJ2ZXJzaW9uIjpudWxsfSwidGZ3X3Nob3dfYmlyZHdhdGNoX3Bpdm90c19lbmFibGVkIjp7ImJ1Y2tldCI6Im9uIiwidmVyc2lvbiI6bnVsbH0sInRmd19kdXBsaWNhdGVfc2NyaWJlc190b19zZXR0aW5ncyI6eyJidWNrZXQiOiJvbiIsInZlcnNpb24iOm51bGx9LCJ0ZndfdXNlX3Byb2ZpbGVfaW1hZ2Vfc2hhcGVfZW5hYmxlZCI6eyJidWNrZXQiOiJvbiIsInZlcnNpb24iOm51bGx9LCJ0ZndfdmlkZW9faGxzX2R5bmFtaWNfbWFuaWZlc3RzXzE1MDgyIjp7ImJ1Y2tldCI6InRydWVfYml0cmF0ZSIsInZlcnNpb24iOm51bGx9LCJ0ZndfbGVnYWN5X3RpbWVsaW5lX3N1bnNldCI6eyJidWNrZXQiOnRydWUsInZlcnNpb24iOm51bGx9LCJ0ZndfdHdlZXRfZWRpdF9mcm9udGVuZCI6eyJidWNrZXQiOiJvbiIsInZlcnNpb24iOm51bGx9fQ%3D%3D&frame=false&hideCard=false&hideThread=false&id=1919536599206896114&lang=it&origin=https%3A%2F%2Fwww.biteyourconsole.net%2F2025%2F05%2F06%2Fscena-ps4-rilasciato-ps4-wee-tools-pro-v1-0-8%2F&sessionId=ac5a4464604df1160db8bf32ce53c65743f32309&siteScreenName=BiteYourConsole&theme=light&widgetsVersion=2615f7e52b7e0%3A1702314776716&width=550px
This new version introduces several new features, including Belize decryption support , Aeolia EAP key recovery , an EMC error code viewer and reader , and a new control over extra firmware information , including those related to the recent 12.50 firmware .
The motherboard diagrams have also been updated , support for custom slot switches has been added, and a new stock RL78 flasher selection mode has been introduced , along with minor revisions to existing annotations.
Those who have already donated in the past are invited to re-download the updated version of the executable file at ko-fi / boosty / patreon .
Addictions
Before you start using PS4 Wee Tools , it is important to make sure you have the necessary dependencies installed. This tool requires two key libraries, which can be easily installed via pip
:
- Crypto: Starting with version 0.7, from terminal type:
pip install crypto
- Pyserial: Starting with version 0.8.5, from terminal type:
pip install pyserial
Additionally, for some specific operations, the Teensy Loader application is required, which can be downloaded from this address .
For more details, usage instructions, and additional information, there is a dedicated PS4 Wee Tools Wiki available . This resource can be consulted for questions or assistance in configuring and using the program.
Characteristics
NOR instrument
- NOR dump information.
- MD5, SKU, Region, SN / Mobo SN, Southbridge.
- Torus (WiFi), MAC, HDD, FW (current, minimum), FW2 version probability.
- Toggle flag:
- boot mode, safe boot, update mode, arcade mode, kiosk mode (idu).
- registry recovery, manu, button swap, memory budget, slow hdd mode.
- Cleaning up system flags.
- Memory clock modification (GDDR5).
- Changing the SAMU boot flag.
- Downgrade via slot switching (FW revert).
- Legit CoreOS Patch.
- Additional tools.
- Extracting NOR partitions.
- Creating a dump from the extracted files.
- View / Retrieve HDD EAP keys.
- Obtaining EAP HDD keys [
keys.bin
]. - Basic validation and entropy statistics.
- EMC CFW for Aeolia.
Syscon Tool
- Syscon control.
- Check patching status.
- SNVS (registers and flat data) block viewer.
- Manual SNVS patch.
- Automatic SNVS patch (3 modes).
- SNVS reconstruction.
- Selecting the boot mode.
Common
- File browser (File Explorer).
- Rename batch file (extract dump information into filename).
- Terminal (UART) with highlighting.
- SPIway Flasher.
- Syscon r/w tool by Abkarino.
- Compare multiple files.
- Compress/Uncompress 2BLS files.
- Syscon Reader by DarkNESmonk.
Changelog PRO v1.0.8
- [upd] RL78 stock flasher mode selection.
- [upd] Support for custom switch slots.
- [upd] Updated motherboard diagrams.
- [new] Support for Belize decryption.
- [new] Extra control of firmware information.
- [new] Aeolia EAP key recovery.
- [new] EMC log error code reader.
- [new] EMC Error Log Cache Viewer.
- [new] Firmware 12.50 support.
- [upd] Minor updates to annotations.
Notes
- The built-in Syscon Flasher is in beta – use with caution
- If you need more information about the Legitimate CoreOS Patch, please see the Wiki .
PS4 Wee Tools SE (1.0.x):
PS4 Wee Tools PRO (1.0.x):
Source: x.com