libPeConv
A library to load, manipulate, dump PE files.
|
#include <fix_imports.h>
Public Member Functions | |
ImpsNotCovered () | |
~ImpsNotCovered () | |
size_t | count () |
void | insert (DWORD thunkRVA, ULONGLONG searchedAddr) |
Public Attributes | |
std::map< DWORD, ULONGLONG > | thunkToAddr |
a helper class that allows to store information about functions that could not be covered by the given mapping
Definition at line 28 of file fix_imports.h.
|
inline |
Definition at line 31 of file fix_imports.h.
|
inline |
Definition at line 32 of file fix_imports.h.
|
inline |
Definition at line 37 of file fix_imports.h.
void ImpsNotCovered::insert | ( | DWORD | thunkRVA, |
ULONGLONG | searchedAddr ) |
Definition at line 207 of file fix_imports.cpp.
std::map<DWORD, ULONGLONG> peconv::ImpsNotCovered::thunkToAddr |
Definition at line 41 of file fix_imports.h.