Changeset 140 for trunk/include
- Timestamp:
- 02/09/09 14:53:39 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/regfi.h
r139 r140 136 136 #if 0 137 137 /* Initial hypothesis of NK flags: */ 138 /***********************************/ 138 139 #define REGFI_NK_FLAG_LINK 0x0010 139 140 /* The name will be in ASCII if this next bit is set, otherwise UTF-16LE */ … … 332 333 */ 333 334 335 /* XXX: Some of these we have some clues about (major/minor version, etc). 336 * Should verify and update names accordingly. 337 */ 334 338 /* unknown data structure values */ 335 339 uint32 unknown1; … … 343 347 344 348 345 349 /* XXX: Should move all caching (SK records, HBINs, NKs, etc) to a single 350 * structure, probably REGFI_FILE. Once key caching is in place, 351 * convert key_positions stack to store just key offsets rather than 352 * whole keys. 353 */ 346 354 typedef struct 347 355 {
Note: See TracChangeset
for help on using the changeset viewer.