|
libPeConv
A library to load, manipulate, dump PE files.
|
Functions and classes responsible for fixing Import Table. A definition of ImportedDllCoverage class. More...
#include <windows.h>#include <string>#include <set>#include <map>#include <iterator>#include "pe_hdrs_helper.h"#include "exports_lookup.h"#include "exports_mapper.h"Go to the source code of this file.
Classes | |
| class | peconv::ImpsNotCovered |
| class | peconv::ImportedDllCoverage |
Namespaces | |
| namespace | peconv |
Macros | |
| #define | MIN_DLL_LEN 5 |
Functions | |
| bool | peconv::fix_imports (IN OUT PVOID modulePtr, IN size_t moduleSize, IN const peconv::ExportsMapper &exportsMap, OUT OPTIONAL peconv::ImpsNotCovered *notCovered) |
Functions and classes responsible for fixing Import Table. A definition of ImportedDllCoverage class.
Definition in file fix_imports.h.
| #define MIN_DLL_LEN 5 |
Definition at line 21 of file fix_imports.h.