TSK-FAT-AutoRecover is a wrapper tool for FAT extraction and recovery using The Sleuth Kit. The Sleuth Kit® is a collection of command line tools and a C library that allows you to analyze disk images and recover files from them. Using TSK-FAT-AutoRecover, it is occasionally possible to recover files that are not recovered properly from TestDisk.

TSK-FAT-AutoRecover works on either Windows or Linux (it is also compatible with WSL). Follow the installation instructions to install the tool.

After the tool is installed, you can use it to recover files from binary dumps with the following command:

python extract_fat.py image.bin

Replace image.bin with whatever FAT image you are trying to extract (nand.bin, onenand.bin, etc.)