libPeConv
A library to load, manipulate, dump PE files.
Loading...
Searching...
No Matches
Functions
fix_dot_net_ep.h File Reference
#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)
 

Function Documentation

◆ fix_dot_net_ep()

bool fix_dot_net_ep ( BYTE *  pe_buffer,
size_t  pe_buffer_size 
)

Definition at line 101 of file fix_dot_net_ep.cpp.

Here is the call graph for this function:

◆ search_jump()

BYTE * search_jump ( BYTE *  buf,
size_t  buf_size,
const DWORD  cor_exe_main_thunk,
const ULONGLONG  img_base 
)

Definition at line 69 of file fix_dot_net_ep.cpp.