libPeConv
A library to load, manipulate, dump PE files.
|
Loading PE from a file with the help of the custom loader. More...
Go to the source code of this file.
Namespaces | |
namespace | peconv |
Functions | |
BYTE * | peconv::load_pe_module (BYTE *payload_raw, size_t r_size, OUT size_t &v_size, bool executable, bool relocate, ULONGLONG desired_base=0) |
BYTE * | peconv::load_pe_module (LPCTSTR filename, OUT size_t &v_size, bool executable, bool relocate, ULONGLONG desired_base=0) |
BYTE * | peconv::load_pe_executable (BYTE *payload_raw, size_t r_size, OUT size_t &v_size, t_function_resolver *import_resolver=nullptr, ULONGLONG desired_base=0) |
BYTE * | peconv::load_pe_executable (LPCTSTR filename, OUT size_t &v_size, t_function_resolver *import_resolver=nullptr) |
Loading PE from a file with the help of the custom loader.
Definition in file pe_loader.h.