libPeConv
A library to load, manipulate, dump PE files.
Loading...
Searching...
No Matches
Functions
exports_mapper.cpp File Reference
#include "peconv/exports_mapper.h"
#include <algorithm>
#include "peconv/util.h"
#include "peconv/logger.h"

Go to the source code of this file.

Functions

DWORD get_ordinal (PDWORD recordPtr, std::map< PDWORD, DWORD > &va_to_ord)
 

Function Documentation

◆ get_ordinal()

DWORD get_ordinal ( PDWORD  recordPtr,
std::map< PDWORD, DWORD > &  va_to_ord 
)

Definition at line 110 of file exports_mapper.cpp.