libPeConv
A library to load, manipulate, dump PE files.
|
#include <function_resolver.h>
Public Member Functions | |
virtual FARPROC | resolve_func (LPCSTR lib_name, LPCSTR func_name)=0 |
A base class for functions resolver.
Definition at line 14 of file function_resolver.h.
|
pure virtual |
Get the address (VA) of the function with the given name, from the given DLL.
func_name | : the name of the function |
lib_name | : the name of the DLL |
Implemented in peconv::default_func_resolver, peconv::export_based_resolver, and peconv::hooking_func_resolver.