C# 클래스 AsmResolver.ImageModuleImport

Represents a module in the import data directory of a windows assembly image.
상속: FileSegment
파일 보기 프로젝트 열기: JerreS/AsmResolver 1 사용 예제들

공개 메소드들

메소드 설명
GetPhysicalLength ( ) : uint
GetSymbolImportAddress ( ImageSymbolImport import, bool is32Bit ) : ulong

Determines the import address to use for a specific function.

ImageModuleImport ( ) : System
ImageModuleImport ( string name ) : System
ToString ( ) : string
Write ( WritingContext context ) : void

비공개 메소드들

메소드 설명
FromReadingContext ( ReadingContext context ) : ImageModuleImport

메소드 상세

GetPhysicalLength() 공개 메소드

public GetPhysicalLength ( ) : uint
리턴 uint

GetSymbolImportAddress() 공개 메소드

Determines the import address to use for a specific function.
public GetSymbolImportAddress ( ImageSymbolImport import, bool is32Bit ) : ulong
import ImageSymbolImport The imported symbol to get the address from.
is32Bit bool Specifies whether the address should be a 32-bit or 64-bit address.
리턴 ulong

ImageModuleImport() 공개 메소드

public ImageModuleImport ( ) : System
리턴 System

ImageModuleImport() 공개 메소드

public ImageModuleImport ( string name ) : System
name string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Write() 공개 메소드

public Write ( WritingContext context ) : void
context WritingContext
리턴 void