C# 클래스 PeNet.Structures.IMAGE_THUNK_DATA

The thunk data is used by for the imports in the import section.
상속: AbstractStructure
파일 보기 프로젝트 열기: secana/PeNet 1 사용 예제들

공개 메소드들

메소드 설명
IMAGE_THUNK_DATA ( byte buff, uint offset, bool is64Bit ) : System.Text

Create a new IMAGE_THUNK_DATA object.

ToString ( ) : string

Create a string representation of the objects properties.

메소드 상세

IMAGE_THUNK_DATA() 공개 메소드

Create a new IMAGE_THUNK_DATA object.
public IMAGE_THUNK_DATA ( byte buff, uint offset, bool is64Bit ) : System.Text
buff byte A PE file as a byte array.
offset uint Raw offset of the thunk data.
is64Bit bool Set to true if the PE file is a x64 application.
리턴 System.Text

ToString() 공개 메소드

Create a string representation of the objects properties.
public ToString ( ) : string
리턴 string