Parsing NTFS Partition in C
Posted
by DooriBar
on Stack Overflow
See other posts from Stack Overflow
or by DooriBar
Published on 2010-05-17T10:35:18Z
Indexed on
2010/05/17
10:40 UTC
Read the original article
Hit count: 231
Hello all, 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. Thanks in advanced, Doori Bar
© Stack Overflow or respective owner