Add support for ReflectiveLoader

This commit is contained in:
Boring
2023-04-30 16:55:08 +08:00
parent 3018eed3fa
commit c958100b8b
11 changed files with 809 additions and 27 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#include "stdafx.h"
static NTSTATUS NTAPI LdrMapDllMemory(
NTSTATUS NTAPI LdrMapDllMemory(
_In_ HMEMORYMODULE ViewBase,
_In_ DWORD dwFlags,
_In_opt_ PCWSTR DllName,