Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 326 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 326 Bytes
usage: ntfs.py [-h] --input INPUT {timeline,dump} ...

ntfs.py extracts MFT records from raw files.

positional arguments:
  {timeline,dump}
    timeline       order the mft records by timeline
    dump           dump mft records

optional arguments:
  -h, --help       show this help message and exit
  --input INPUT