#include <htpeimp.h>
Inheritance diagram for ht_pe_import_function:

Public Member Functions | |
| ht_pe_import_function (UINT libidx, RVA address, UINT ordinal) | |
| ht_pe_import_function (UINT libidx, RVA address, char *name, UINT hint) | |
| ~ht_pe_import_function () | |
Public Attributes | |
| UINT | libidx |
| bool | byname |
| RVA | address |
|
||||||||||||||||
|
Definition at line 327 of file htpeimp.cc. |
|
||||||||||||||||||||
|
Definition at line 335 of file htpeimp.cc. References address, byname, ht_strdup(), libidx, name, RVA, and UINT. |
|
|
Definition at line 344 of file htpeimp.cc. |
|
|
Definition at line 55 of file htpeimp.h. Referenced by PEAnalyser::beginAnalysis(), ht_pe_import_function(), ht_pe_import_viewer::select_entry(), and ht_pe_dimport_viewer::select_entry(). |
|
|
Definition at line 47 of file htpeimp.h. Referenced by PEAnalyser::beginAnalysis(), ht_pe_import_function(), and ~ht_pe_import_function(). |
|
|
|
|
|
Definition at line 46 of file htpeimp.h. Referenced by PEAnalyser::beginAnalysis(), and ht_pe_import_function(). |
|
|
|
|
|
Definition at line 51 of file htpeimp.h. Referenced by PEAnalyser::beginAnalysis(), ht_pe_import_function(), and ~ht_pe_import_function(). |
|
|
Definition at line 49 of file htpeimp.h. Referenced by PEAnalyser::beginAnalysis(), and ht_pe_import_function(). |
1.3.5