Update ADD_VMP2_INSTR.md

merge-requests/13/head
_xeroxz 3 years ago
parent 95229b98c7
commit fb7f722bb7

@ -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 = {

Loading…
Cancel
Save