diff --git a/plugin.cpp b/plugin.cpp index d6481a1..d552853 100644 --- a/plugin.cpp +++ b/plugin.cpp @@ -410,6 +410,8 @@ constexpr std::pair simple_instruction_list[] = { NN_vmwrite, "__vmwrite" }, { NN_vmxoff, "__vmxoff" }, { NN_vmxon, "__vmxon" }, + { NN_invept, "_invept" }, + { NN_invvpid, "_invvpid" }, { NN_invpcid, "_invpcid" }, { NN_invlpga, "_invlpga" }, { NN_xsaves, "_xsaves" },