C# 클래스 PeNet.Structures.IMAGE_EXPORT_DIRECTORY

The export directory contains all exported function, symbols etc. which can be used by other module.
상속: AbstractStructure
파일 보기 프로젝트 열기: secana/PeNet 1 사용 예제들

공개 메소드들

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

Create a new IMAGE_EXPORT_DIRECTORY object.

ToString ( ) : string

Creates a string representation of all object properties.

메소드 상세

IMAGE_EXPORT_DIRECTORY() 공개 메소드

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

ToString() 공개 메소드

Creates a string representation of all object properties.
public ToString ( ) : string
리턴 string