mirror of
https://github.com/reactos/reactos.git
synced 2025-06-12 14:58:29 +00:00
[CMLIB] Assign a signature to the in-memory HHIVE registry hive structure. CORE-15753
Makes the `!reg hivelist` WinDbg command working in ReactOS. Dedicated to Mark Jansen. See for more details: https://webcache.googleusercontent.com/search?q=cache:fmHJX9eFGkkJ:https://blogs.technet.microsoft.com/ganand/archive/2008/01/05/internal-structures-of-the-windows-registry.aspx and http://moyix.blogspot.com/2008/02/enumerating-registry-hives.html
This commit is contained in:
parent
70180ee06a
commit
3ddf59e1ed
2 changed files with 2 additions and 0 deletions
|
@ -542,6 +542,7 @@ HvInitialize(
|
|||
*/
|
||||
|
||||
RtlZeroMemory(Hive, sizeof(HHIVE));
|
||||
Hive->Signature = HV_HHIVE_SIGNATURE;
|
||||
|
||||
Hive->Allocate = Allocate;
|
||||
Hive->Free = Free;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue