https://github.com/itswindows11/ntfsreader
Library to read the Master File Table (MFT) in NTFS drives.
https://github.com/itswindows11/ntfsreader
Last synced: about 1 year ago
JSON representation
Library to read the Master File Table (MFT) in NTFS drives.
- Host: GitHub
- URL: https://github.com/itswindows11/ntfsreader
- Owner: itsWindows11
- License: lgpl-2.1
- Created: 2023-12-14T16:34:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T18:57:52.000Z (over 2 years ago)
- Last Synced: 2025-02-08T01:34:14.468Z (over 1 year ago)
- Language: C#
- Size: 66.4 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NtfsReader
Library to read the Master File Table (MFT) in NTFS drives.
Project forked from https://sourceforge.net/projects/ntfsreader, which is unmaintained as of the time of writing and out of date.
This fork aims to update it and improve certain details in the implemetation.