Files
2025-06-18 14:45:36 +02:00

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
);