Initial commit
This commit is contained in:
6
game_payload/include/pe.h
Normal file
6
game_payload/include/pe.h
Normal file
@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
void pe_find_section(HMODULE module, const char *section, MEMORY_BASIC_INFORMATION *buf);
|
||||
void *pe_find_entry_point(HMODULE module);
|
||||
Reference in New Issue
Block a user