libPeConv
A library to load, manipulate, dump PE files.
Loading...
Searching...
No Matches
Functions
delayed_imports_loader.cpp File Reference
#include "peconv/delayed_imports_loader.h"
#include "peconv/imports_loader.h"
#include <iostream>

Go to the source code of this file.

Functions

template<typename T_FIELD , typename T_IMAGE_THUNK_DATA >
bool parse_delayed_desc (BYTE *modulePtr, const size_t moduleSize, const ULONGLONG img_base, LPSTR lib_name, const T_FIELD ordinal_flag, IMAGE_DELAYLOAD_DESCRIPTOR *desc, peconv::t_function_resolver *func_resolver)
 

Function Documentation

◆ parse_delayed_desc()

template<typename T_FIELD , typename T_IMAGE_THUNK_DATA >
bool parse_delayed_desc ( BYTE * modulePtr,
const size_t moduleSize,
const ULONGLONG img_base,
LPSTR lib_name,
const T_FIELD ordinal_flag,
IMAGE_DELAYLOAD_DESCRIPTOR * desc,
peconv::t_function_resolver * func_resolver )

Definition at line 26 of file delayed_imports_loader.cpp.

Here is the call graph for this function: