libPeConv
A library to load, manipulate, dump PE files.
Loading...
Searching...
No Matches
Classes | Functions
fix_dot_net_ep.cpp File Reference
#include "fix_dot_net_ep.h"
#include <peconv.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)
 
BYTEsearch_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 50 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 99 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 65 of file fix_dot_net_ep.cpp.

Here is the call graph for this function: