libPeConv
A library to load, manipulate, dump PE files.
|
#include <windows.h>
Go to the source code of this file.
Functions | |
bool | fix_dot_net_ep (BYTE *pe_buffer, size_t pe_buffer_size) |
BYTE * | search_jump (BYTE *buf, size_t buf_size, const DWORD cor_exe_main_thunk, const ULONGLONG img_base) |
bool fix_dot_net_ep | ( | BYTE * | pe_buffer, |
size_t | pe_buffer_size ) |
BYTE * search_jump | ( | BYTE * | buf, |
size_t | buf_size, | ||
const DWORD | cor_exe_main_thunk, | ||
const ULONGLONG | img_base ) |
Definition at line 65 of file fix_dot_net_ep.cpp.