added a vm_handler_rva field to the virtual instruction trace data

struct...
merge-requests/17/head
_xeroxz 3 years ago
parent 05c98b1ef5
commit 7918578b9e

@ -101,6 +101,7 @@ namespace vmp2
struct entry_t
{
u8 handler_idx;
u32 vm_handler_rva;
u64 decrypt_key;
u64 vip;

Loading…
Cancel
Save