libPeConv
A library to load, manipulate, dump PE files.
Loading...
Searching...
No Matches
peconv::ExportsMapper Member List

This is the complete list of members for peconv::ExportsMapper, including all inherited members.

add_to_lookup(std::string moduleName, HMODULE modulePtr, size_t moduleSize, ULONGLONG moduleBase)peconv::ExportsMapper
add_to_lookup(std::string moduleName, HMODULE modulePtr, ULONGLONG moduleBase)peconv::ExportsMapperinline
add_to_lookup(std::string moduleName, HMODULE modulePtr)peconv::ExportsMapperinline
associateVaAndFunc(ULONGLONG va, const ExportedFunc &func)peconv::ExportsMapperinlineprotected
dll_base_to_infopeconv::ExportsMapperprotected
dll_shortname_to_basepeconv::ExportsMapperprotected
find_dll_base_by_func_va(ULONGLONG func_rva) constpeconv::ExportsMapperinline
find_export_by_va(ULONGLONG va) constpeconv::ExportsMapperinline
find_exports_by_va(ULONGLONG va) constpeconv::ExportsMapperinline
forwarders_lookuppeconv::ExportsMapperprotected
func_to_vapeconv::ExportsMapperprotected
get_dll_fullname(std::string short_name) constpeconv::ExportsMapperinline
get_dll_path(ULONGLONG base) constpeconv::ExportsMapperinline
get_dll_path(std::string short_name) constpeconv::ExportsMapper
get_dll_paths(IN std::string short_name, OUT std::set< std::string > &paths) constpeconv::ExportsMapper
print_func_to_va(std::stringstream &stream) constpeconv::ExportsMapper
print_va_to_func(std::stringstream &stream) constpeconv::ExportsMapper
va_to_funcpeconv::ExportsMapperprotected