rowingdude / analyzeMFT

analyzeMFT.py is designed to fully parse the MFT file from an NTFS filesystem and present the results as accurately as possible in multiple formats.
MIT License
448 stars 115 forks source link

Sql support - TESTING!!!!! #139

Closed rowingdude closed 2 months ago

rowingdude commented 2 months ago

This closes #121 #1 #120 #119 #118 #103

This is the basic framework to start exporting SQlite tables, thanks to Stuart's Place for pointing me on the right path for this.

🚨🚨🚨🚨 Please note: the SQL functionality is under development, I does not fully work yet, I am releasing it here as a minor release so should someone wish, they can work on it. 🚨🚨🚨🚨

I'll be working on the SQLite outputs and tables over the next couple weeks as time permits.