Show / Hide Table of Contents

Class UnwindCode

The UnwindCode is a struct in the UnwindInfo used to describe exception handling in x64 applications and to walk the stack.

Inheritance
System.Object
AbstractStructure
UnwindCode
Namespace: PeNet.Header.Pe
Assembly: PeNet.dll
Syntax
public class UnwindCode : AbstractStructure

Constructors

| Improve this Doc View Source

UnwindCode(IRawFile, Int64)

Create a new UnwindInfo object.

Declaration
public UnwindCode(IRawFile peFile, long offset)
Parameters
Type Name Description
IRawFile peFile

A PE file.

System.Int64 offset

Raw offset of the UnwindInfo.

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 UnwindOpType UnwindOp { get; }
Property Value
Type Description
UnwindOpType
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX