42 virtual FARPROC
resolve_func(LPCSTR lib_name, LPCSTR func_name);
virtual FARPROC resolve_func(LPCSTR lib_name, LPCSTR func_name)
A definition of ExportsMapper class. Creates a lookup of all the exported functions from the supplied...
Definitions of basic Imports Resolver classes. They can be used for filling imports when the PE is lo...
LPSTR read_dll_name(HMODULE modulePtr)
size_t get_exported_names(PVOID modulePtr, std::vector< std::string > &names_list)
FARPROC get_exported_func(PVOID modulePtr, LPCSTR wanted_name)
Wrappers over various fields in the PE header. Read, write, parse PE headers.