4

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

s.viva13
  • 41
  • 2
  • There are many solutions that can be found on google http://stackoverflow.com/questions/3081531/extract-bitmap-file-from-ntfs-image http://stackoverflow.com/questions/10310120/how-to-dump-the-ntfs-bitmap-file http://www.codeproject.com/Questions/154707/Reading-the-mft-file-from-an-NTFS-drive https://tzworks.net/prototype_page.php?proto_id=12 – phuclv Nov 12 '14 at 09:39
  • http://stackoverflow.com/questions/4920243/dumping-the-content-of-the-mft-file?rq=1 http://stackoverflow.com/questions/11652135/reading-mft-in-ntfs?rq=1 – phuclv Nov 12 '14 at 09:41

1 Answers1

-1

You can use the ioctl function, FSCTL_GET_NTFS_FILE_RECORD.

Cody Gray - on strike
  • 239,200
  • 50
  • 490
  • 574
areslee
  • 37
  • 4