|
libPeConv
A library to load, manipulate, dump PE files.
|
Parsing and filling the Import Table. More...
Go to the source code of this file.
Classes | |
| class | peconv::ImportThunksCallback |
Namespaces | |
| namespace | peconv |
Functions | |
| bool | peconv::process_import_table (IN BYTE *modulePtr, IN SIZE_T moduleSize, IN ImportThunksCallback *callback) |
| bool | peconv::load_imports (BYTE *modulePtr, t_function_resolver *func_resolver=nullptr) |
| bool | peconv::has_valid_import_table (const PBYTE modulePtr, size_t moduleSize) |
| bool | peconv::is_valid_import_name (const PBYTE modulePtr, const size_t moduleSize, LPSTR lib_name) |
Parsing and filling the Import Table.
Definition in file imports_loader.h.