pjrinaldi / wombatforensics

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

FAT32 File System Parsing #349

Closed pjrinaldi closed 8 months ago

pjrinaldi commented 3 years ago

Implement FAT32 Manual Parsing.

pjrinaldi commented 3 years ago

Need to populate FSProperties for FAT32, then it should be good to go...

pjrinaldi commented 3 years ago

Mostly Implemented, will add ancillary files at a later point.

pjrinaldi commented 8 months ago

got files in place to start fat32 support. need to implement parsing, fs properties, and file propeties.

pjrinaldi commented 8 months ago

fat32 parsing, fs properties, and file properties has been implemented. will open new tickets i continue testing and come across issues/problems.