A Dissect module implementing a parser for the NTFS file system, used by the Windows operating system. This library provides functionality to read and parse NTFS volumes, including support for MFT, attributes, data runs, and resident/non-resident files. The current version is 3.16, with frequent updates aligned with the Dissect project's release cadence. Requires Python >=3.10.
pip install dissect-ntfsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Open an NTFS volume from a raw disk image and list the root directory.
Use 'from dissect.ntfs import Ntfs' (or other submodules).
Use dissect.volume to handle partition tables, or manually slice the correct byte offset for the NTFS partition.
Update to use 'Ntfs(fh).volumes()[0].mft' instead.
No resource links recorded.