|
template<typename T_FIELD , typename T_IMAGE_THUNK_DATA > |
bool | processThunks_tpl (LPSTR lib_name, T_IMAGE_THUNK_DATA *desc, T_FIELD *call_via, T_FIELD ordinal_flag) |
|
Definition at line 7 of file imports_loader.cpp.
◆ FillImportThunks()
FillImportThunks::FillImportThunks |
( |
BYTE * | _modulePtr, |
|
|
size_t | _moduleSize, |
|
|
t_function_resolver * | func_resolver ) |
|
inline |
◆ processThunks()
virtual bool FillImportThunks::processThunks |
( |
LPSTR | libName, |
|
|
ULONG_PTR | origFirstThunkPtr, |
|
|
ULONG_PTR | firstThunkPtr ) |
|
inlinevirtual |
A callback that will be executed by process_import_table when the next imported function was found
- Parameters
-
libName | : the pointer to the DLL name |
origFirstThunkPtr | : the pointer to the Original First Thunk |
firstThunkPtr | : the pointer to the First Thunk |
- Returns
- : true if processing succeeded, false otherwise
Implements peconv::ImportThunksCallback.
Definition at line 15 of file imports_loader.cpp.
◆ processThunks_tpl()
template<typename T_FIELD , typename T_IMAGE_THUNK_DATA >
bool FillImportThunks::processThunks_tpl |
( |
LPSTR | lib_name, |
|
|
T_IMAGE_THUNK_DATA * | desc, |
|
|
T_FIELD * | call_via, |
|
|
T_FIELD | ordinal_flag ) |
|
inlineprotected |
◆ funcResolver
The documentation for this class was generated from the following file: