git.annexia.org
/
hivex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95f3871
)
Document that this flag is clear for default keys.
author
Richard Jones
<rjones@redhat.com>
Wed, 3 Feb 2010 17:45:20 +0000
(17:45 +0000)
committer
Richard Jones
<rjones@redhat.com>
Fri, 19 Feb 2010 14:58:16 +0000
(14:58 +0000)
hivex/hivex.c
patch
|
blob
|
history
diff --git
a/hivex/hivex.c
b/hivex/hivex.c
index
4cf3ad9
..
e0118af
100644
(file)
--- a/
hivex/hivex.c
+++ b/
hivex/hivex.c
@@
-218,7
+218,8
@@
struct ntreg_vk_record {
uint32_t data_type; /* type of the data */
uint16_t flags; /* bit 0 set => key name ASCII,
bit 0 clr => key name UTF-16.
- Only seen ASCII here in the wild. */
+ Only seen ASCII here in the wild.
+ NB: this is CLEAR for default key. */
uint16_t unknown2;
char name[1]; /* key name follows here */
} __attribute__((__packed__));