pjrinaldi / wombatforensics

linux c++, fox-toolkit, multi-threaded forensic gui tool
GNU General Public License v2.0
47 stars 12 forks source link

FAT16 File System Parsing #348

Closed pjrinaldi closed 8 months ago

pjrinaldi commented 3 years ago

Implementation of Manual parsing for FAT16 file system.

pjrinaldi commented 3 years ago

Implemented and working with test images i have.

pjrinaldi commented 8 months ago

fat16 works since it's the same as fat12 but different cluster computations. so it was an easy implementation. will work on fat32 next.