libPeConv
A library to load, manipulate, dump PE files.
Loading...
Searching...
No Matches
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

BYTEpeconv::load_pe_module (BYTE *payload_raw, size_t r_size, OUT size_t &v_size, bool executable, bool relocate)
 
BYTEpeconv::load_pe_module (LPCTSTR filename, OUT size_t &v_size, bool executable, bool relocate)
 
BYTEpeconv::load_pe_executable (BYTE *payload_raw, size_t r_size, OUT size_t &v_size, t_function_resolver *import_resolver=NULL)
 
BYTEpeconv::load_pe_executable (LPCTSTR 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.