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

A definition of ExportedFunc class - used for storing the details of the exported function. Helper functions related to the export parsing. More...

#include <windows.h>
#include <string>
#include <algorithm>
#include <set>

Go to the source code of this file.

Classes

class  peconv::ExportedFunc
 

Namespaces

namespace  peconv
 

Functions

size_t peconv::forwarder_name_len (BYTE *fPtr)
 
std::string peconv::get_dll_shortname (const std::string &str)
 
std::string peconv::get_func_name (const std::string &str)
 
std::string peconv::ordinal_to_string (DWORD func_ordinal)
 
bool peconv::is_ordinal_string (const std::string &str)
 
DWORD peconv::ordinal_string_to_val (const std::string &str)
 
std::string peconv::format_dll_func (const std::string &str)
 

Detailed Description

A definition of ExportedFunc class - used for storing the details of the exported function. Helper functions related to the export parsing.

Definition in file exported_func.h.