libPeConv
A library to load, manipulate, dump PE files.
Loading...
Searching...
No Matches
fix_dot_net_ep.cpp File Reference
#include "fix_dot_net_ep.h"
#include <peconv.h>
#include "peconv/logger.h"
#include <string>
#include <map>

Go to the source code of this file.

Classes

class  ListImportNames

Functions

DWORD find_corexemain (BYTE *buf, size_t buf_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)

Function Documentation

◆ find_corexemain()

DWORD find_corexemain ( BYTE * buf,
size_t buf_size )

Definition at line 47 of file fix_dot_net_ep.cpp.

Here is the call graph for this function:

◆ fix_dot_net_ep()

bool fix_dot_net_ep ( BYTE * pe_buffer,
size_t pe_buffer_size )

Definition at line 94 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 62 of file fix_dot_net_ep.cpp.