libPeConv
A library to load, manipulate, dump PE files.
Loading...
Searching...
No Matches
libpeconv
include
peconv
function_resolver.h
Go to the documentation of this file.
1
6
#pragma once
7
8
#include <windows.h>
9
10
namespace
peconv
{
14
class
t_function_resolver
{
15
public
:
22
virtual
FARPROC
resolve_func
(LPCSTR lib_name, LPCSTR func_name) = 0;
23
};
24
28
class
default_func_resolver
:
t_function_resolver
{
29
public
:
36
virtual
FARPROC
resolve_func
(LPCSTR lib_name, LPCSTR func_name);
37
};
38
39
};
//namespace peconv
peconv::default_func_resolver
Definition
function_resolver.h:28
peconv::default_func_resolver::resolve_func
virtual FARPROC resolve_func(LPCSTR lib_name, LPCSTR func_name)
Definition
function_resolver.cpp:5
peconv::t_function_resolver
Definition
function_resolver.h:14
peconv::t_function_resolver::resolve_func
virtual FARPROC resolve_func(LPCSTR lib_name, LPCSTR func_name)=0
peconv
Definition
buffer_util.h:15
Generated on Sat Nov 2 2024 22:08:24 for libPeConv by
1.12.0