From f06bf5f6b72b1d52a6156d6828675c77ceaee7e2 Mon Sep 17 00:00:00 2001 From: _xeroxz Date: Thu, 12 Aug 2021 01:47:29 -0700 Subject: [PATCH] fixed a bug --- src/vmprofiles/read.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vmprofiles/read.cpp b/src/vmprofiles/read.cpp index e2760b5..1195e70 100644 --- a/src/vmprofiles/read.cpp +++ b/src/vmprofiles/read.cpp @@ -38,7 +38,7 @@ namespace vm::handler::profile // MOV RAX, GS:[RAX] // MOV [RBP], RAX "READGSQ", - READQ, + READGSQ, NULL, { { // MOV RAX, [RBP] []( const zydis_decoded_instr_t &instr ) -> bool {