**TSK-FAT-AutoRecover** is a wrapper tool for FAT extraction and recovery using **[[https://www.sleuthkit.org/|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|TestDisk]]. **TSK-FAT-AutoRecover** works on either Windows or Linux (it is also compatible with WSL). Follow the [[https://github.com/ZiplineGun/TSK-FAT-AutoRecover/#installation|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.)