-1

Im curious how do recovery softwares open the Master File Table. Like do they do api calls ?

Roman R.
  • 68,205
  • 6
  • 94
  • 158

1 Answers1

0

There are no API calls to read an MFT. But you can find the cluster where the Mft is stored and read its content by traversing through disk.

Kamaal
  • 117
  • 5