From fb7f722bb702c4974aebe74fee3547105c8effe8 Mon Sep 17 00:00:00 2001 From: _xeroxz Date: Wed, 16 Jun 2021 20:53:45 +0000 Subject: [PATCH] Update ADD_VMP2_INSTR.md --- ADD_VMP2_INSTR.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ADD_VMP2_INSTR.md b/ADD_VMP2_INSTR.md index bf126c7..718521a 100644 --- a/ADD_VMP2_INSTR.md +++ b/ADD_VMP2_INSTR.md @@ -4,7 +4,7 @@ This page contains the steps needed to add additional VMProtect 2 virtual instru # Example - Existing Profile -Consider the `ADDQ` profile which is displayed below which can be found inside of `add.cpp` +Consider the `ADDQ` profile which is displayed below which can be found inside of `add.cpp`. Notice that not every single instruction of the vm handler needs to be declared inside of the zydis lambda vector, however you will be required to be as explicit as it requires for each vm handler to have a unique signature. ```cpp vm::handler::profile_t addq = {