C# 클래스 PeNet.Structures.IMAGE_RESOURCE_DATA_ENTRY

The IMAGE_RESOURCE_DATA_ENTRY points to the data of the resources in the PE file like version info, strings etc.
상속: AbstractStructure
파일 보기 프로젝트 열기: secana/PeNet 1 사용 예제들

공개 메소드들

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

Construct a IMAGE_RESOURCE_DATA_ENTRY at a given offset.

ToString ( ) : string

Returns a string that represents the current object.

메소드 상세

IMAGE_RESOURCE_DATA_ENTRY() 공개 메소드

Construct a IMAGE_RESOURCE_DATA_ENTRY at a given offset.
public IMAGE_RESOURCE_DATA_ENTRY ( byte buff, uint offset ) : System.Text
buff byte PE file as a byte array.
offset uint Offset to the structure in the file.
리턴 System.Text

ToString() 공개 메소드

Returns a string that represents the current object.
public ToString ( ) : string
리턴 string