Class 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.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: PeNet.Structures
Assembly: PeNet.dll
Syntax
public class UNWIND_CODE : AbstractStructure
Constructors
| Improve this Doc View SourceUNWIND_CODE(Byte[], UInt32)
Create a new UNWIND_INFO object.
Declaration
public UNWIND_CODE(byte[] buff, uint offset)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | buff | A PE file as a byte array. |
System.UInt32 | offset | Raw offset of the UNWIND_INFO. |
Properties
| Improve this Doc View SourceCodeOffset
Code offset.
Declaration
public byte CodeOffset { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |
FrameOffset
Frame offset.
Declaration
public ushort FrameOffset { get; set; }
Property Value
Type | Description |
---|---|
System.UInt16 |
Opinfo
Operation information.
Declaration
public byte Opinfo { get; }
Property Value
Type | Description |
---|---|
System.Byte |
UnwindOp
Unwind operation.
Declaration
public byte UnwindOp { get; }
Property Value
Type | Description |
---|---|
System.Byte |