jadeite/game_payload/include/pe.h

8 lines
160 B
C
Raw Normal View History

2023-06-05 21:23:08 +00:00
#pragma once
#include <windows.h>
2023-08-04 19:17:31 +00:00
IMAGE_SECTION_HEADER *pe_find_section(const void *module, const char *section);
2023-08-03 21:28:53 +00:00
2023-06-05 21:23:08 +00:00
void *pe_find_entry_point(HMODULE module);