mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2026-06-17 00:09:23 +00:00
updates and moves
n/a
This commit is contained in:
+33
@@ -0,0 +1,33 @@
|
||||
#include "Reload.h"
|
||||
|
||||
|
||||
|
||||
|
||||
BOOLEAN
|
||||
FixBaseRelocTable (
|
||||
PVOID NewImageBase,
|
||||
DWORD ExistImageBase
|
||||
);
|
||||
|
||||
PIMAGE_BASE_RELOCATION
|
||||
LdrProcessRelocationBlockLongLong(
|
||||
IN ULONG_PTR VA,
|
||||
IN ULONG SizeOfBlock,
|
||||
IN PUSHORT NextOffset,
|
||||
IN LONGLONG Diff
|
||||
);
|
||||
|
||||
NTSTATUS
|
||||
NTAPI
|
||||
RtlImageNtHeaderEx(
|
||||
ULONG Flags,
|
||||
PVOID Base,
|
||||
ULONG64 Size,
|
||||
OUT PIMAGE_NT_HEADERS * OutHeaders
|
||||
);
|
||||
|
||||
PIMAGE_NT_HEADERS
|
||||
NTAPI
|
||||
RtlImageNtHeader(
|
||||
PVOID Base
|
||||
);
|
||||
Reference in New Issue
Block a user