template:ssr200

This is an old revision of the document!


Current tools for removing the SSR200 FTL are meant to work on Linux or WSL (Windows Subsystem for Linux)

  1. Install PyFatFS. You can use 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.1743212909.txt.gz
  • Last modified: 2025/03/29 02:48
  • by lnrc