mirror of
https://github.com/HavocFramework/Havoc
synced 2026-06-08 11:13:29 +00:00
5 lines
149 B
C
5 lines
149 B
C
#include <windows.h>
|
|
#include <Macro.h>
|
|
|
|
UINT_PTR LdrModulePeb( UINT_PTR hModuleHash );
|
|
PVOID LdrFunctionAddr( UINT_PTR hModule, UINT_PTR ProcHash ); |