How to read NTFS file system metafiles using C

Can anyone show me how to access metafiles ($ MFT, $ Volume, $ Bitmap ...) directly? I need to get information from these files.

+3


source to share


1 answer


You can use the ioctl function, FSCTL_GET_NTFS_FILE_RECORD .



-1


source







All Articles