C# Class 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.
Inheritance: AbstractStructure
ファイルを表示 Open project: secana/PeNet Class Usage Examples

Public Methods

Method Description
ToString ( ) : string

Create a string representation of the objects properties.

WIN_CERTIFICATE ( byte buff, uint offset ) : System

Create a new WIN_CERTIFICATE object.

Method Details

ToString() public method

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

WIN_CERTIFICATE() public method

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.
return System