C# 클래스 PeNet.Structures.IMAGE_IMPORT_BY_NAME

The IMAGE_IMPORT_BY_NAME structure is used to describes imports of functions or symbols by their name. The AddressOfData in the IMAGE_THUNK_DATA from the IMAGE_IMPORT_DESCRIPTOR points to it.
상속: AbstractStructure
파일 보기 프로젝트 열기: secana/PeNet

공개 메소드들

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

Create new IMAGE_IMPORT_BY_NAME object.

ToString ( ) : string

Creates a string representation of the objects properties.

메소드 상세

IMAGE_IMPORT_BY_NAME() 공개 메소드

Create new IMAGE_IMPORT_BY_NAME object.
public IMAGE_IMPORT_BY_NAME ( byte buff, uint offset ) : System.Text
buff byte A PE file as a byte array.
offset uint Raw offset of the IMAGE_IMPORT_BY_NAME.
리턴 System.Text

ToString() 공개 메소드

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