#include "regutil.h"#include "edithive.h"Go to the source code of this file.
Functions | |
| void | DumpValues (HANDLE HiveHandle, HANDLE KeyHandle, ULONG IndentLevel) |
| void | DumpKeys (HANDLE HiveHandle, HANDLE KeyHandle, PUNICODE_STRING KeyName, ULONG IndentLevel) |
| void | RegDumpKeyValueR (FILE *fh, PKEY_VALUE_FULL_INFORMATION KeyValueInformation, ULONG IndentLevel) |
| void | Usage (void) |
| void __cdecl | main (int argc, char *argv[]) |
Variables | |
| PVOID | ValueBuffer |
| ULONG | ValueBufferSize |
| BOOLEAN | RawOutput = FALSE |
|
||||||||||||||||||||
|
Definition at line 163 of file hivedmp.c. References DumpValues(), EhEnumerateKey(), EhOpenChildByName(), exit, KeyName, NT_SUCCESS, NTSTATUS(), ObjectAttributes, Status, TRUE, and USHORT. Referenced by main().
|
|
||||||||||||||||
|
Definition at line 238 of file hivedmp.c. References EhEnumerateValueKey(), exit, NT_SUCCESS, NTSTATUS(), RawOutput, RegDumpKeyValue(), RegDumpKeyValueR(), Status, TRUE, ValueBuffer, and ValueBufferSize. Referenced by Dump(), and DumpKeys().
|
|
||||||||||||
|
Definition at line 74 of file hivedmp.c. References DebugOutput, DumpKeys(), EhOpenHive(), exit, FALSE, FileName, KeyName, NULL, RawOutput, RtlAnsiStringToUnicodeString(), RtlDosPathNameToNtPathName_U(), RtlInitString(), SummaryOutput, TRUE, TYPE_SIMPLE, Usage(), VALUE_BUFFER_SIZE, ValueBuffer, and ValueBufferSize.
|
|
||||||||||||||||
|
Definition at line 279 of file hivedmp.c. References USHORT, and ValueName. Referenced by DumpValues().
|
|
|
Definition at line 66 of file hivedmp.c. References exit. Referenced by main(), PrivMain(), processargs(), RtlDebugUsageHeap(), RtlpDebugPageHeapUsage(), and RtlUsageHeap().
|
|
|
Definition at line 63 of file hivedmp.c. Referenced by DumpValues(), and main(). |
|
|
Definition at line 60 of file hivedmp.c. Referenced by CliReadRegistryValue(), CmpCreateControlSet(), CmpSetVersionData(), CmQueryMultipleValueKey(), DoTest(), DumpValues(), KeUserModeCallback(), main(), NtQueryMultipleValueKey(), NtQuerySystemEnvironmentValue(), NtW32Call(), RegGetKeyValue(), RegReadBinaryFile(), RegReadMultiSzFile(), and RiInitializeRegistryFromAsciiFile(). |
|
|
Definition at line 61 of file hivedmp.c. Referenced by DumpValues(), and main(). |
1.3.7