template:ssr200

This is an old revision of the document!


  1. 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
  2. Download the fs-tools repository from Github
  3. 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

  1. 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”

  1. Install Sleuthkit
    sudo apt install sleuthkit
  2. 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
  • template/ssr200.1743212772.txt.gz
  • Last modified: 2025/03/29 02:46
  • by lnrc