diff --git a/include/vminstrs.hpp b/include/vminstrs.hpp index 5bd1625..8db1ebd 100644 --- a/include/vminstrs.hpp +++ b/include/vminstrs.hpp @@ -115,6 +115,15 @@ struct vblk_t { std::uintptr_t img_base; } m_vip; + /// + /// virtual instruction pointer and virtual stack pointer used for this basic + /// block... + /// + struct { + zydis_reg_t vip; + zydis_reg_t vsp; + } m_vm; + struct { /// /// unicorn-engine cpu context of the first instruction of the jmp