⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 attr.html

📁 NTFS 磁盘系统 加载源代码
💻 HTML
字号:
<title>Attribute List</title>The layout of an attribute is<pre>offset(length)          Description0(4)                    Type4(4)                    Length8(1)                    0=resident, 1=data stored in runs9(1)                    name lengthA(1)                    offset to name or resident dataC(1)                    1=compressedE(2)                    Attribute IDResident attributes:10(2)                  data length14(2)                  offset to data16(2)                  attribute is indexedNonresident attributes:10(8)                   starting VCN of this segment18(8)                   last VCN of this segment20(2)                   offset to data22(2?)                  Number of compression engine ? '4' for compressed files28(8)                   size of the attribute30(8)                   allocated disk space38(8)                   length of initialized data40(8)                   compressed sizeAll:data start              Name (if present)data start + namelen    start of data or data runs</pre>The following attribute types are known. The list of attributes of a volumeis stored in the <a href="AttrDef.html">$Attribute</a> file.<ul><li><a href="standard.html">Standard information</a> (10)<li><a href="attrlist.html">Attribute list</a> (20)<li><a href="filename.html">File name</a> (30)<li>Volume version (40)<li>Security descriptor (50)<li>Volume name (60)<li>Volume information (70)<li><a href="data.html">Data</a> (80)<li><a href="indexroot.html">Index root</a> (90)<li><a href="indexallocation.html">Index Allocation</a> (A0)<li><a href=abitmap.html>Bitmap</a> (B0)<li>Symlink (C0)<li>HPFS extended attributes information (D0)<li>HPFS extended attributes (E0)</ul><i>The data structure of the attributes 20,40,50,60,70,B0,C0,D0, and E0 is unknown.The purpose of the indexed flag is unknown, as well as its presence fornon-resident attributes.</i><p>For nonresident attributes, the data is stored in <a href=runs.html>runs</a>.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -