C# Class PeNet.Structures.UNWIND_INFO

The UNWIND_INFO is used for x64 exception handling and to unwind the stack. It is pointed to by the RUNTIME_FUNCTION struct.
Inheritance: AbstractStructure
Datei anzeigen Open project: secana/PeNet Class Usage Examples

Public Methods

Method Description
ToString ( ) : string

Creates a string representation if the of the objects properties.

UNWIND_INFO ( byte buff, uint offset ) : System.Collections.Generic

Create a new UNWIND_INFO object.

Private Methods

Method Description
ParseUnwindCodes ( byte buff, uint offset ) : UNWIND_CODE[]

Method Details

ToString() public method

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

UNWIND_INFO() public method

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