|
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 *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) |
Loading PE from a file with the help of the custom loader.
Definition in file pe_loader.h.