📄 direntry.html
字号:
<title>Index entry</title>The index entry has the following structure:<pre>Offset(length) Description0(8) MFT record number (inode number)8(2) Entry sizeA(2) 0x42 + 2*<0x50>C(1) Flags: 1 - entry has subnodes, 2 - entry is last10(8) Directory where entry appears18(20) File modification times38(8) Data attribute allocated size40(8) Data attribute size50(1) File name in words51(1) File name type (see file name attribute)52(2*namelen) File nameentry size-8 (8) Virtual cluster number of index buffer with subnodes</pre>Most entries are not valid (and present) if the entry is the last one.This entry does not represent a file and is used only for subnodes.The pointer to the subnode buffer is only present if the entry has subnodes.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -