C# 클래스 PeNet.Structures.WIN_CERTIFICATE

The WIN_CERTIFICATE the information in the security directory of the PE file. It contains information about any certificates used to sign the binary.
상속: AbstractStructure
파일 보기 프로젝트 열기: secana/PeNet 1 사용 예제들

공개 메소드들

메소드 설명
ToString ( ) : string

Create a string representation of the objects properties.

WIN_CERTIFICATE ( byte buff, uint offset ) : System

Create a new WIN_CERTIFICATE object.

메소드 상세

ToString() 공개 메소드

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

WIN_CERTIFICATE() 공개 메소드

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