Class UnwindCode
The UnwindCode is a struct in the UnwindInfo used to describe exception handling in x64 applications and to walk the stack.
Inherited Members
Namespace: PeNet.Header.Pe
Assembly: PeNet.dll
Syntax
public class UnwindCode : AbstractStructure
Constructors
| Edit this page View SourceUnwindCode(IRawFile, long)
Create a new UnwindInfo object.
Declaration
public UnwindCode(IRawFile peFile, long offset)
Parameters
| Type | Name | Description |
|---|---|---|
| IRawFile | peFile | A PE file. |
| long | offset | Raw offset of the UnwindInfo. |
Properties
| Edit this page View SourceCodeOffset
Code offset.
Declaration
public byte CodeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| byte |
FrameOffset
Frame offset.
Declaration
public ushort FrameOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| ushort |
Opinfo
Operation information.
Declaration
public byte Opinfo { get; }
Property Value
| Type | Description |
|---|---|
| byte |
UnwindOp
Unwind operation.
Declaration
public UnwindOpType UnwindOp { get; }
Property Value
| Type | Description |
|---|---|
| UnwindOpType |