Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=3349156
By: nobody
So for everyone who is interested in this matter.
a directory contains 2 attributes among others.
$AttrIndexRoot and $AttrIndexAllocation
$AttrIndexRoot starts with INDEX_ROOT structure which has a member Attribute
Type which tells us what is indexed in the index entries. After this header
follows a secquence of index entries.
An indexentry contains an INDEX_HEADER which tells the size of the index , where
the index starts and the index itself.
$AttrIndexAllocation contains a secquence of
INDX records. An INDX record contains an INDX header (be careful to remove the
fixups) and a secquence of index entries as described above.
The problem is far more complicated but I've tried to make some sense in this
issue.
I am very sorry to say that the documentation regarding the directories in NTFS
is poor and faulted in some parts or I am so dumb so I cannot read between the
lines. Anything else is perfect ;)
Thank you ,
ugluk
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=44084
|