3

I'm just a beginner and I have a need to parse a NTFS partition for the purpose of extracting Security Descriptors. (I been trying to use the native functions of the Windows API, but my conclusion is that something is seriously wrong with the functions' behavior, or their documentation.)

I was wondering if anybody here experienced with such requirement, and could give me few hints, references, guidance... where to begin?

(I've found www.ntfs.com, seems to have NTFS structure information, but I'm afraid I'll need something more to get started...)

My intention is to use it under Windows XP.

4

2 回答 2

2

这是一些非常低级的文档:http: //sourceforge.net/projects/linux-ntfs/files/NTFS%20Documentation/

另外,您是否查看过 Microsoft 的 NTFS 技术参考资料?: http ://technet.microsoft.com/en-us/library/cc758691(WS.10).aspx

于 2010-05-19T21:44:26.153 回答
0

否则,可以从基于 linux 的开源 NTFS 项目开始,例如linux-ntfscaptiveNTFS-3G。这将使您对 NTFS 读/写操作有所了解

于 2010-05-17T10:45:14.300 回答