libintrovirt v0.57.4
IntroVirt introspection library
Loading...
Searching...
No Matches
UNWIND_OP.hh File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  introvirt
 Core IntroVirt classes.
 
namespace  introvirt::windows
 Classes related to Microsoft Windows guests.
 
namespace  introvirt::windows::pe
 Classes related to parsing the PE file format in memory.
 

Enumerations

enum  introvirt::windows::pe::UNWIND_OP {
  introvirt::windows::pe::UWOP_PUSH_NONVOL = 0 , introvirt::windows::pe::UWOP_ALLOC_LARGE = 1 , introvirt::windows::pe::UWOP_ALLOC_SMALL = 2 , introvirt::windows::pe::UWOP_SET_FPREG = 3 ,
  introvirt::windows::pe::UWOP_SAVE_NONVOL = 4 , introvirt::windows::pe::UWOP_SAVE_NONVOL_FAR = 5 , introvirt::windows::pe::UWOP_SAVE_XMM = 6 , introvirt::windows::pe::UWOP_SAVE_XMM_FAR = 7 ,
  introvirt::windows::pe::UWOP_SAVE_XMM128 = 8 , introvirt::windows::pe::UWOP_SAVE_XMM128_FAR = 9 , introvirt::windows::pe::UWOP_PUSH_MACHFRAME = 10
}