【发布时间】:2016-07-21 13:46:06
【问题描述】:
我正在阅读有关 NTFS 属性类型的信息,它涉及到 $FILE_NAME 属性结构。这里是:
Offset Size Description
~ ~ Standard Attribute Header
0x00 8 File reference to the parent directory.
0x08 8 C Time - File Creation
0x10 8 A Time - File Altered
0x18 8 M Time - MFT Changed
0x20 8 R Time - File Read
0x28 8 Allocated size of the file
0x30 8 Real size of the file
0x38 4 Flags, e.g. Directory, compressed, hidden
0x3c 4 Used by EAs and Reparse
0x40 1 Filename length in characters (L)
0x41 1 Filename namespace
0x42 2L File name in Unicode (not null terminated)
什么是偏移 0x41 处的“文件名命名空间”?我认为我对命名空间有所了解。它如何存储在仅 1 个字节中?任何人都可以为我清除这个吗?谢谢。
【问题讨论】: