C# Class PeNet.Structures.UNWIND_CODE

The UNWIND_CODE is a struct in the UNWIND_INFO used to describe exception handling in x64 applications and to walk the stack.
Inheritance: AbstractStructure
ファイルを表示 Open project: secana/PeNet Class Usage Examples

Public Methods

Method Description
ToString ( ) : string

Creates a string representation of the objects properties.

UNWIND_CODE ( byte buff, uint offset ) : System.Text

Create a new UNWIND_INFO object.

Method Details

ToString() public method

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

UNWIND_CODE() public method

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