This is an old revision of the document!
- To extract SSR200 FTLs using current tools, you must have PyFatFS installed. PyFatFS can be installed with pip.
sudo apt-get install python3-pip sudo pip3 install pyfatfs
- Download the 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.sh
sudo ./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