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.sudo apt-get install python3-pip sudo pip3 install pyfatfs - 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:chmod +x install.Then run install.shsudo ./install.sh 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:python3 run.py nand.bin **SSR200 "Old Flavor"** - Install Sleuthkit sudo apt install sleuthkit - 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: run.sh nand.bin