From 322a8bcf97d47a6d792c97d803429303106958da Mon Sep 17 00:00:00 2001 From: _xeroxz Date: Mon, 3 Jan 2022 06:46:10 -0800 Subject: [PATCH] updated vblk... --- include/vminstrs.hpp | 9 +++++++++ 1 file changed, 9 insertions(+) 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