Begin integrating TX
This commit is contained in:
@ -2,6 +2,6 @@
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
IMAGE_SECTION_HEADER *pe_find_section(HMODULE module, const char *section);
|
||||
IMAGE_SECTION_HEADER *pe_find_section(const void *module, const char *section);
|
||||
|
||||
void *pe_find_entry_point(HMODULE module);
|
||||
|
||||
Reference in New Issue
Block a user