diff --git a/include/vminstrs.hpp b/include/vminstrs.hpp index 4d5fa5f..f5cdfa2 100644 --- a/include/vminstrs.hpp +++ b/include/vminstrs.hpp @@ -2,6 +2,7 @@ #include #include +#include #define VIRTUAL_REGISTER_COUNT 24 #define VIRTUAL_SEH_REGISTER 24 @@ -158,6 +159,8 @@ struct vblk_t { std::uintptr_t rip; } m_jmp; + std::array vmexit_pop_order; + /// /// vector of virtual instructions for this basic block... ///