Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有谁知道如何获得集群/块号。在 C/C++ 中来自 MFT 的 $BITMAP 文件?我知道 MFT 中 $BITMAP 文件的文件记录数是 6,但我怎么知道它的扇区或块/簇号?其实我想读取 $Bitmap 文件。
注意:我不想使用 Windows API。
等待正面回应。提前致谢。
我通过解析 MFT 解决了我的问题。我从CodeProject引用了这篇文章。我已经读取/解析了 MFT_IDX_BITMAP 文件,然后读取了 $DATA 属性。