|
| | PeFile (void const *) |
| |
| | PeFile (void const *, bool) |
| |
| bool | containsDebugInfo (void) const |
| |
| bool | getAddrOfBoundAddr (char const *, char const *, unsigned short, unsigned long **&) const |
| |
| bool | getImportInfo (int, char const *&, unsigned short &, char const *&) const |
| |
| bool | isOrdinalExport (unsigned long) const |
| |
| bool | isSection (int) const |
| |
| bool | usesImportModule (char const *) const |
| |
| char const * | getImportModuleName (int) const |
| |
| char const * | getNamedExportName (int) const |
| |
| char const * | getOrdinalExportForward (unsigned long) const |
| |
| char const * | getSymNames (void) const |
| |
| int | getImportHint (char const *, char const *) const |
| |
| int | getNamedExportHint (char const *) const |
| |
| int | numFPOEntries (void) |
| |
| int | numImportModules (void) const |
| |
| int | numImports (void) const |
| |
| int | numSymbols (void) const |
| |
| _FPO_DATA * | fpo (void) |
| |
| _IMAGE_SYMBOL * | getSymbols (void) const |
| |
| unsigned long | getExportBaseOrdinal (void) const |
| |
| unsigned long | getNamedExportOrdinal (int) const |
| |
| unsigned long | getSectionAtOffset (unsigned long) const |
| |
| unsigned long | numExportOrdinals (void) const |
| |
| unsigned long | sectionCharacteristics (int) const |
| |
| unsigned long | sectionSize (int) const |
| |
| unsigned long | sectionVirtualData (int) const |
| |
| unsigned long | sectionVirtualSize (int) const |
| |
| void * | getImageDirEntry (int, unsigned long &) const |
| |
| void * | getOrdinalExportAddress (unsigned long) const |
| |
| void * | virtToOffs (unsigned long, bool) const |
| |
| void const * | sectionRawData (int) const |
| |
Definition at line 20 of file PeFile.h.