#include "cmp.h"#include <stdio.h>#include <stdlib.h>#include <string.h>Go to the source code of this file.
Defines | |
| #define | WORK_SIZE 16384 |
Functions | |
| void __cdecl | main (int, char *) |
| void | processargs () |
| void | print (PUNICODE_STRING) |
| void | DumpValues (HANDLE Handle) |
| void | Dump (HANDLE Handle) |
| void __cdecl | main (int argc, char *argv[]) |
| void | processargs (int argc, char *argv[]) |
Variables | |
| UNICODE_STRING | WorkName |
| WCHAR | workbuffer [WORK_SIZE] |
|
|
|
|
|
Definition at line 126 of file rtdmp.c. References Dump(), DumpValues(), exit, Handle, NT_SUCCESS, NtClose(), NtEnumerateKey(), NtOpenKey(), NTSTATUS(), NULL, ObjectAttributes, print(), RtlAppendStringToString(), TRUE, WORK_SIZE, and WorkName.
|
|
|
Definition at line 223 of file rtdmp.c. References exit, Handle, NT_SUCCESS, NtEnumerateValueKey(), NTSTATUS(), print(), TRUE, and WORK_SIZE.
|
|
||||||||||||
|
Definition at line 76 of file rtdmp.c. References Dump(), exit, L, NT_SUCCESS, NtOpenKey(), NTSTATUS(), NULL, ObjectAttributes, processargs(), WORK_SIZE, workbuffer, and WorkName.
|
|
||||||||||||
|
|
|
|
|
|
||||||||||||
|
Definition at line 331 of file rtdmp.c. References exit, FALSE, RtlAnsiStringToUnicodeString(), RtlInitAnsiString(), and WorkName.
|
|
|
|
|
|
|
|
|
|
1.3.7