Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. Current tools for removing the SSR200 FTL are meant to work on Linux or WSL (Windows Subsystem for Linux) - Install PyFatFS. You can use pip.<code>sudo apt-get install python3-pip sudo pip3 install pyfatfs </code> - Download the [[https://github.com/ktdumper/fs-tools.git|fs-tools]] repository from Github - PyFatFS must be patched in order to read docomo SSR200. Give install.sh permission to run with the following command:<code>chmod +x install.</code>Then run install.sh<code>sudo ./install.sh</code> The following steps are different based on whether you are trying to extract SSR200 or SSR200 "Old Flavor" **Regular SSR200** - Copy nand.bin and nand.oob to fs-tools/ssr200. With all files in the folder (nand.bin, nand.oob, and all of the ssr200 fs-tools), run the following command:<code>python3 run.py nand.bin</code> **SSR200 "Old Flavor"** - Install Sleuthkit <code>sudo apt install sleuthkit</code> - Copy nand.bin and nand.oob to fs-tools/ssr200_old_flavor. With all files in the folder (nand.bin, nand.oob, and all of the ssr200 fs-tools), run the following command: <code>run.sh nand.bin</code> template/ssr200.txt Last modified: 2025/03/29 02:48by lnrc