Changeset 102 for trunk/include
- Timestamp:
- 04/02/08 22:30:26 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/regfi.h
r101 r102 86 86 #define REGFI_NK_MIN_LENGTH 0x4C 87 87 #define REGFI_VK_MIN_LENGTH 0x14 88 #define REGFI_SK_MIN_LENGTH 0x14 88 89 89 90 /* Flags for the vk records */ … … 188 189 uint32 hbin_off; /* offset from beginning of this hbin block */ 189 190 uint32 cell_size; /* ((start_offset - end_offset) & 0xfffffff8) */ 191 uint32 offset; /* Real file offset of this record */ 190 192 191 193 uint32 sk_off; /* offset parsed from NK record used as a key … … 196 198 uint32 next_sk_off; 197 199 uint32 ref_count; 198 uint32 size; 199 uint8 header[REC_HDR_SIZE]; 200 uint32 desc_size; /* size of security descriptor */ 201 uint16 unknown_tag; 202 uint8 magic[REC_HDR_SIZE]; 200 203 } REGF_SK_REC; 201 204
Note: See TracChangeset
for help on using the changeset viewer.