├── AttributeType.h ├── NTFSDirectorySystem.cpp ├── NTFSDirectorySystem.h ├── README.md ├── StaticVector.h ├── TestApp.cpp ├── TestApp.sln ├── TestApp.vcxproj ├── TestApp.vcxproj.filters ├── ntfs.h ├── ntfs_struct.h └── targetver.h /AttributeType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougRogers/NTFSDirectorySystem/HEAD/AttributeType.h -------------------------------------------------------------------------------- /NTFSDirectorySystem.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougRogers/NTFSDirectorySystem/HEAD/NTFSDirectorySystem.cpp -------------------------------------------------------------------------------- /NTFSDirectorySystem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougRogers/NTFSDirectorySystem/HEAD/NTFSDirectorySystem.h -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougRogers/NTFSDirectorySystem/HEAD/README.md -------------------------------------------------------------------------------- /StaticVector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougRogers/NTFSDirectorySystem/HEAD/StaticVector.h -------------------------------------------------------------------------------- /TestApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougRogers/NTFSDirectorySystem/HEAD/TestApp.cpp -------------------------------------------------------------------------------- /TestApp.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougRogers/NTFSDirectorySystem/HEAD/TestApp.sln -------------------------------------------------------------------------------- /TestApp.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougRogers/NTFSDirectorySystem/HEAD/TestApp.vcxproj -------------------------------------------------------------------------------- /TestApp.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougRogers/NTFSDirectorySystem/HEAD/TestApp.vcxproj.filters -------------------------------------------------------------------------------- /ntfs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougRogers/NTFSDirectorySystem/HEAD/ntfs.h -------------------------------------------------------------------------------- /ntfs_struct.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougRogers/NTFSDirectorySystem/HEAD/ntfs_struct.h -------------------------------------------------------------------------------- /targetver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougRogers/NTFSDirectorySystem/HEAD/targetver.h --------------------------------------------------------------------------------