Skip to content

Commit

Permalink
Implemented INVEPT/INVVPID.
Browse files Browse the repository at this point in the history
  • Loading branch information
can1357 committed Dec 2, 2021
1 parent 0c076ec commit cd09681
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,8 @@ constexpr std::pair<uint16_t, const char*> 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" },
Expand Down

0 comments on commit cd09681

Please sign in to comment.