mirror of
https://github.com/hasherezade/module_overloading
synced 2026-06-08 14:33:42 +00:00
6 lines
79 B
C
6 lines
79 B
C
#pragma once
|
|
|
|
#include <windows.h>
|
|
|
|
PVOID map_dll_image(const char* dll_name);
|