libPeConv
A library to load, manipulate, dump PE files.
Namespaces | Functions
pe_loader.h File Reference

Loading PE from a file with the help of the custom loader. More...

#include "pe_raw_to_virtual.h"
#include "function_resolver.h"

Go to the source code of this file.

Namespaces

namespace  peconv
 

Functions

BYTE * peconv::load_pe_module (BYTE *dllRawData, size_t r_size, OUT size_t &v_size, bool executable, bool relocate)
 
BYTE * peconv::load_pe_module (const char *filename, OUT size_t &v_size, bool executable, bool relocate)
 
BYTE * peconv::load_pe_executable (BYTE *dllRawData, size_t r_size, OUT size_t &v_size, t_function_resolver *import_resolver=NULL)
 
BYTE * peconv::load_pe_executable (const char *filename, OUT size_t &v_size, t_function_resolver *import_resolver=NULL)
 

Detailed Description

Loading PE from a file with the help of the custom loader.

Definition in file pe_loader.h.