#include <htpeexp.h>
Inheritance diagram for ht_pe_export_function:

Public Member Functions | |
| ht_pe_export_function (RVA address, UINT ordinal) | |
| ht_pe_export_function (RVA address, UINT ordinal, char *name) | |
| ~ht_pe_export_function () | |
Public Attributes | |
| UINT | ordinal |
| bool | byname |
| char * | name |
| RVA | address |
|
||||||||||||
|
Definition at line 336 of file htpeexp.cc. |
|
||||||||||||||||
|
Definition at line 343 of file htpeexp.cc. References address, byname, ht_strdup(), name, ordinal, RVA, and UINT. |
|
|
Definition at line 351 of file htpeexp.cc. |
|
|
Definition at line 57 of file htpeexp.h. Referenced by PEAnalyser::beginAnalysis(), ht_pe_export_function(), and ht_pe_export_viewer::select_entry(). |
|
|
Definition at line 55 of file htpeexp.h. Referenced by PEAnalyser::beginAnalysis(), ht_pe_export_function(), and ~ht_pe_export_function(). |
|
|
Definition at line 56 of file htpeexp.h. Referenced by PEAnalyser::beginAnalysis(), ht_pe_export_function(), and ~ht_pe_export_function(). |
|
|
Definition at line 53 of file htpeexp.h. Referenced by PEAnalyser::beginAnalysis(), and ht_pe_export_function(). |
1.3.5