#include <nt.h>#include <ntrtl.h>#include <nturtl.h>#include <stdio.h>#include <stdlib.h>#include <string.h>Go to the source code of this file.
Defines | |
| #define | WORK_SIZE 1024 |
Functions | |
| void __cdecl | main (int, char *) |
| void | processargs () |
| void __cdecl | main (int argc, char *argv[]) |
| void | processargs (int argc, char *argv[]) |
Variables | |
| UNICODE_STRING | KeyPath |
| WCHAR | KeyPathBuffer [WORK_SIZE] |
| UNICODE_STRING | FileName |
| WCHAR | FileNameBuffer [WORK_SIZE] |
| OBJECT_ATTRIBUTES | FileAttributes |
| OBJECT_ATTRIBUTES | KeyAttributes |
| RTL_RELATIVE_NAME | RelativeName |
|
|
|
|
||||||||||||
|
Definition at line 55 of file rtload.c. References exit, FileAttributes, FileName, FileNameBuffer, KeyAttributes, KeyPath, KeyPathBuffer, L, NT_SUCCESS, NtLoadKey(), NTSTATUS(), processargs(), and WORK_SIZE.
|
|
||||||||||||
|
|
|
||||||||||||
|
Definition at line 99 of file rtload.c. References exit, FileAttributes, FileName, KeyAttributes, KeyPath, L, NT_SUCCESS, NtOpenKey(), NTSTATUS(), NULL, RelativeName, RtlAnsiStringToUnicodeString(), RtlDosPathNameToNtPathName_U(), RtlInitAnsiString(), RtlInitUnicodeString(), Status, and TRUE.
|
|
|
|
|
|
Definition at line 50 of file rtload.c. Referenced by IoCreateFile(), main(), NtCreateFile(), processargs(), and ZwCreateFile(). |
|
|
|
Definition at line 48 of file rtload.c. Referenced by main(), and RegReadBinaryFile(). |
|
|
Definition at line 51 of file rtload.c. Referenced by main(), OpenKeyboardLayoutFile(), and processargs(). |
|
|
|
|
|
Definition at line 45 of file rtload.c. Referenced by LdrQueryImageFileExecutionOptions(), main(), and RtlpGetRegistryHandle(). |
|
|
Definition at line 52 of file rtload.c. Referenced by LdrLoadAlternateResourceModule(), processargs(), RtlDoesFileExists_UEx(), RtlDosPathNameToNtPathName_U(), and RtlpWin32NTNameToNtPathName_U(). |
1.3.7