|
libPeConv
A library to load, manipulate, dump PE files.
|
A definition of ExportsMapper class. Creates a lookup of all the exported functions from the supplied DLLs. Allows to associate an address with a corresponding function. More...
#include <windows.h>#include <string>#include <map>#include <set>#include <sstream>#include "pe_hdrs_helper.h"#include "pe_raw_to_virtual.h"#include "peconv/exported_func.h"#include "peconv/file_util.h"Go to the source code of this file.
Classes | |
| struct | peconv::DllInfo |
| class | peconv::ExportsMapper |
Namespaces | |
| namespace | peconv |
A definition of ExportsMapper class. Creates a lookup of all the exported functions from the supplied DLLs. Allows to associate an address with a corresponding function.
Definition in file exports_mapper.h.