C# Class TUP.AsmResolver.PE.Readers.ImportExportTableReader

显示文件 Open project: Rex-Hays/GNIDA

Public Methods

Method Description
ImportExportTableReader ( NTHeader header ) : System

Private Methods

Method Description
LoadExports ( ) : void
LoadImports ( ) : void
ReadFunctionName ( ulong ofunction, ushort &hint ) : string
ReadFunctionValue ( uint baseOffset, int currentIndex, uint &offset ) : ulong
ReadImportMethods ( Structures rawImportDir ) : ImportMethod[]
ReadLibraryImport ( ) : LibraryReference
ReadLibraryName ( Structures rawImportDir ) : string

Method Details

ImportExportTableReader() public method

public ImportExportTableReader ( NTHeader header ) : System
header NTHeader
return System