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)
FARPROC get_exported_func(LPVOID modulePtr, LPCSTR wanted_name)
size_t get_exported_names(LPVOID modulePtr, std::vector< std::string > &names_list)
Wrappers over various fields in the PE header. Read, write, parse PE headers.