#pragma once #include IMAGE_SECTION_HEADER *pe_find_section(HMODULE module, const char *section); void *pe_find_entry_point(HMODULE module);