A suite of Python tools for validating, manipulating, and re-building PS3 flash memory dump files (NOR/NAND/EMMC).
Warning
COMPATIBLE WITH PYTHON 3.
ALL THESE SOFTWARES ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. USE THEM AT YOUR OWN RISK. The author accepts no responsibility for the consequences of your use of them.
Requirements:
- Python 3.x
- Tkinter (usually included, but can be installed via
sudo apt-get install python3-tk)
Running the GUI:
- Open a terminal in the tool's directory
- Run the following command:
(Or make it executable with
python3 checker_gui.py
chmod +x checker_gui.pyand run./checker_gui.py)
Running CLI Tools: Pass the dump file as an argument:
python3 checker_py3.py dump.binMethod 1: Drag & Drop (Easiest for CLI)
For the command-line scripts, you can simply drag and drop your .bin dump file onto the corresponding drag&drop_your_dump_here.bat file
Method 2: Graphical Interface To use the new GUI:
- Ensure Python 3 is installed.
- Open a terminal in the tool's directory
- Run the following command:
python3 checker_gui.py
- Thanks to the entire PS3 dev community.
- Special thanks to LS beta testers.