|
libPeConv
A library to load, manipulate, dump PE files.
|
This is the complete list of members for peconv::ExportsMapper, including all inherited members.
| add_to_lookup(std::string moduleName, HMODULE modulePtr, ULONGLONG moduleBase) | peconv::ExportsMapper | |
| add_to_lookup(std::string moduleName, HMODULE modulePtr) | peconv::ExportsMapper | inline |
| associateVaAndFunc(ULONGLONG va, const ExportedFunc &func) | peconv::ExportsMapper | inlineprotected |
| dll_shortname_to_path | peconv::ExportsMapper | protected |
| find_export_by_va(ULONGLONG va) const | peconv::ExportsMapper | inline |
| find_exports_by_va(ULONGLONG va) const | peconv::ExportsMapper | inline |
| forwarders_lookup | peconv::ExportsMapper | protected |
| func_to_va | peconv::ExportsMapper | protected |
| get_dll_fullname(std::string short_name) const | peconv::ExportsMapper | inline |
| get_dll_path(std::string short_name) const | peconv::ExportsMapper | inline |
| print_func_to_va(std::stringstream &stream) const | peconv::ExportsMapper | |
| print_va_to_func(std::stringstream &stream) const | peconv::ExportsMapper | |
| va_to_func | peconv::ExportsMapper | protected |