mirror of
https://github.com/NtDallas/MemLoader
synced 2026-06-06 16:24:30 +00:00
17 lines
237 B
C
17 lines
237 B
C
#pragma once
|
|
#pragma once
|
|
|
|
#include <windows.h>
|
|
|
|
bool InitArgs(
|
|
_In_ char* Args
|
|
);
|
|
|
|
bool PutHook(
|
|
_In_ void* ModuleAddress,
|
|
_In_ PIMAGE_NT_HEADERS pImagesNtHeaders
|
|
);
|
|
|
|
void* FunctionHooks(
|
|
_In_ int HashFunctionName
|
|
); |