7 lines
169 B
C
7 lines
169 B
C
#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);
|