pe.h 160 B

12345678
  1. #pragma once
  2. #include <windows.h>
  3. IMAGE_SECTION_HEADER *pe_find_section(const void *module, const char *section);
  4. void *pe_find_entry_point(HMODULE module);