NTFS.inc

This file defines constants, structures, and macros for NTFS.

See Also

Authors

  • Neil G.  Dickson
Summary
NTFS.incThis file defines constants, structures, and macros for NTFS.
Constants
NTFS Required File ConstantsThese constants define file record numbers of the required NTFS metadata files.
NTFSMFTREFThis structure defines a file reference into the Master File Table of an NTFS partition.

Constants

NTFS Required File Constants

These constants define file record numbers of the required NTFS metadata files.

Members

NTFSFILENUM_MFTMaster File Table file
NTFSFILENUM_MFTMIRRMaster File Table Mirror file
NTFSFILENUM_LOGFILELogging File
NTFSFILENUM_VOLUMEVolume information file
NTFSFILENUM_ATTRDEFAttribute information file
NTFSFILENUM_ROOTRoot directory file
NTFSFILENUM_BITMAPCluster use bitmap
NTFSFILENUM_BOOTPartition Boot Sector file
NTFSFILENUM_BADCLUSBad Cluster list
NTFSFILENUM_SECURESecurity Descriptors file
NTFSFILENUM_UPCASEUppercase letters file
NTFSFILENUM_EXTENDDirectory for extended metadata files
NTFSFILENUM_FIRST_NORMALfile record number of the first non-required file or directory; all normal files have a file record number greater than this

NTFSMFTREF

This structure defines a file reference into the Master File Table of an NTFS partition.

Members

FILERecNumindex of the file record in the Master File Table
SeqNumsequence number of the file (to determine whether this reference is to a deleted file)
This file defines the NTFS driver of PwnOS.
This file defines constants, structures, and macros for the NTFS driver of PwnOS.