mirror of
https://github.com/thomasxm/BOAZ_beta
synced 2026-06-06 16:54:29 +00:00
5 lines
143 B
C
5 lines
143 B
C
#include <windows.h>
|
|
#include <Macros.h>
|
|
|
|
PVOID LdrModulePeb( UINT_PTR hModuleHash );
|
|
PVOID LdrFunction( UINT_PTR hModule, UINT_PTR ProcHash ); |