pjrinaldi / wombatforensics

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

Split Filesystem parsing code out from newcase #420

Closed pjrinaldi closed 2 years ago

pjrinaldi commented 2 years ago

Need to split the filesystem code out from newcase and put them into their own h/cpp files, such as exfat.h/exfat.cpp | ntfs.h/ntfs.cpp etc.

This will be done as part of the code cleanup ticket for the v0.4 release

pjrinaldi commented 2 years ago

finished and compiled.