|
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(const std::string &moduleName, HMODULE modulePtr, size_t moduleSize, ULONGLONG moduleBase) | peconv::ExportsMapper | |
| add_to_lookup(const std::string &moduleName, HMODULE modulePtr, ULONGLONG moduleBase) | peconv::ExportsMapper | inline |
| add_to_lookup(const std::string &moduleName, HMODULE modulePtr) | peconv::ExportsMapper | inline |
| associateVaAndFunc(ULONGLONG va, const ExportedFunc &func) | peconv::ExportsMapper | inlineprotected |
| dll_base_to_info | peconv::ExportsMapper | protected |
| dll_shortname_to_base | peconv::ExportsMapper | protected |
| find_dll_base_by_func_va(const ULONGLONG func_rva) const | peconv::ExportsMapper | inline |
| find_export_by_va(const 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(const ULONGLONG base) const | peconv::ExportsMapper | inline |
| get_dll_path(const std::string &short_name) const | peconv::ExportsMapper | |
| get_dll_paths(IN const std::string &short_name, OUT std::set< std::string > &paths) const | peconv::ExportsMapper | |
| 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 |