Skip to content

eladciuraru/ntfs-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

NTFS read-only parser library

Topics

Resources

License

Stars

Watchers

Forks