Enum UnwindOpType
UnwindOp Codes for the unwind information used to walk the stack in x64 applications.
Namespace: PeNet.Header.Pe
Assembly: PeNet.dll
Syntax
public enum UnwindOpType : byte
Fields
Name | Description |
---|---|
AllocLarge | Allocate large size on stack. |
AllocSmall | Allocate small size on stack. |
PushMachframe | Push a machine frame, which is used to record the effect of a hardware interrupt. |
PushNonvol | Push a non volatile integer. |
SaveNonvol | Save non volatile register to stack by a MOV. |
SaveNonvolFar | Save non volatile register to stack with a long offset by a MOV. |
SaveXmm128 | Save a XMM (128 bit) register to the stack. |
SaveXmm128Far | Save a XMM (128 bit) register to the stack with a long offset. |
SetFpreg | Establish frame pointer register. |