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

Update analyzeMFT.py #138

Closed wbi-ocd closed 2 months ago

wbi-ocd commented 2 months ago

Hello,

Just add missing shebang (https://github.com/rowingdude/analyzeMFT/issues/137) in top of script, so the tools can be run without specifying python, and be pip installed.

Thanks for your work

rowingdude commented 2 months ago

Thank you! I don't know how I overlooked that.