libPeConv
A library to load, manipulate, dump PE files.
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
peconv::ImpsNotCovered Class Reference

#include <fix_imports.h>

Public Member Functions

 ImpsNotCovered ()
 
 ~ImpsNotCovered ()
 
size_t count ()
 
void insert (DWORD thunkRVA, ULONGLONG searchedAddr)
 

Public Attributes

std::map< DWORD, ULONGLONGthunkToAddr
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ImpsNotCovered()

peconv::ImpsNotCovered::ImpsNotCovered ( )
inline

Definition at line 31 of file fix_imports.h.

◆ ~ImpsNotCovered()

peconv::ImpsNotCovered::~ImpsNotCovered ( )
inline

Definition at line 32 of file fix_imports.h.

Member Function Documentation

◆ count()

size_t peconv::ImpsNotCovered::count ( )
inline

Definition at line 37 of file fix_imports.h.

◆ insert()

void ImpsNotCovered::insert ( DWORD thunkRVA,
ULONGLONG searchedAddr )

Definition at line 207 of file fix_imports.cpp.

Here is the call graph for this function:

Member Data Documentation

◆ thunkToAddr

std::map<DWORD, ULONGLONG> peconv::ImpsNotCovered::thunkToAddr

Definition at line 41 of file fix_imports.h.


The documentation for this class was generated from the following files: