Show / Hide Table of Contents

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.

Inheritance
System.Object
AbstractStructure
UNWIND_CODE
Inherited Members
AbstractStructure.ToString()
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 Source

UNWIND_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 Source

CodeOffset

Code offset.

Declaration
public byte CodeOffset { get; set; }
Property Value
Type Description
System.Byte
| Improve this Doc View Source

FrameOffset

Frame offset.

Declaration
public ushort FrameOffset { get; set; }
Property Value
Type Description
System.UInt16
| Improve this Doc View Source

Opinfo

Operation information.

Declaration
public byte Opinfo { get; }
Property Value
Type Description
System.Byte
| Improve this Doc View Source

UnwindOp

Unwind operation.

Declaration
public byte UnwindOp { get; }
Property Value
Type Description
System.Byte
  • Improve this Doc
  • View Source
Back to top Generated by DocFX