mirror of
https://github.com/racoten/BetterNetLoader
synced 2026-06-08 16:54:45 +00:00
6 lines
173 B
C
6 lines
173 B
C
#pragma once
|
|
#include <winternl.h>
|
|
|
|
FARPROC GetProcAddressReplacement(IN HMODULE hModule, IN LPCSTR lpApiName);
|
|
HMODULE GetModuleHandleReplacement(IN LPCWSTR szModuleName);
|