Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 506 Bytes

File metadata and controls

27 lines (21 loc) · 506 Bytes

NTFS Parser

Simple single header NTFS read-only parser library

Compile

$ shell.bat
$ build.bat

Resources

Create NTFS VHD

$ diskpart
$ create vdisk file=... type=fixed maximum=32
$ select vdisk file=...
$ attach vdisk
$ create partition primary
$ format fs=ntfs quick
$ exit