From 7918578b9ea89ac18eba1fe120679c0978612894 Mon Sep 17 00:00:00 2001 From: _xeroxz Date: Mon, 16 Aug 2021 01:12:01 -0700 Subject: [PATCH] added a vm_handler_rva field to the virtual instruction trace data struct... --- include/vmp2.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/vmp2.hpp b/include/vmp2.hpp index 9ec2af3..832ab25 100644 --- a/include/vmp2.hpp +++ b/include/vmp2.hpp @@ -101,6 +101,7 @@ namespace vmp2 struct entry_t { u8 handler_idx; + u32 vm_handler_rva; u64 decrypt_key; u64 vip;