CTM1 / win_ewf_extract

A Python framework for extracting artifacts from Windows Encase Disk Images
The Unlicense
0 stars 0 forks source link

Implemented MFT Extractor class #10

Closed CTM1 closed 1 year ago

CTM1 commented 1 year ago

Implemented a new MftExtractor module following our architecture.

Used an external tool, analyzeMFT, built through Github through our requirements.txt to parse the MFT file into a csv.

This library has many options, it would be cool to. leverage them through our configuration but don't have time right now.

Renamed our argument parser variable because it created bugs where it would not differ between their library and our options.

Missing documentation! (Sphinx doc pls)

Many random "Todos" that are no longer relevant