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
Afficher le fichier Open project: secana/PeNet Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Creates a string representation of the objects properties.
public ToString ( ) : string
Résultat string

UNWIND_CODE() public méthode

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.
Résultat System.Text