libPeConv
A library to load, manipulate, dump PE files.
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
exports_lookup.h File Reference

Searching specific functions in PE's Exports Table. More...

#include <windows.h>
#include "pe_hdrs_helper.h"
#include "function_resolver.h"
#include "exports_mapper.h"
#include <string>
#include <vector>
#include <map>

Go to the source code of this file.

Classes

class  peconv::export_based_resolver
 

Namespaces

namespace  peconv
 

Functions

FARPROC peconv::get_exported_func (PVOID modulePtr, LPCSTR wanted_name)
 
size_t peconv::get_exported_names (PVOID modulePtr, std::vector< std::string > &names_list)
 
LPSTR peconv::read_dll_name (HMODULE modulePtr)
 

Detailed Description

Searching specific functions in PE's Exports Table.

Definition in file exports_lookup.h.