Skip to content

Commit

Permalink
descriptor table fix attempt 5
Browse files Browse the repository at this point in the history
  • Loading branch information
kernelwernel committed Mar 20, 2024
1 parent 5a1ffcd commit c2e35c0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/cli.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -173,12 +173,12 @@ int main(int argc, char* argv[]) {
checker(VM::QEMU_DIR, "QEMU directories");
checker(VM::VPC_PROC, "VPC processes");
checker(VM::VPC_INVALID, "VPC invalid instructions");
checker(VM::SIDT, "SIDT");
checker(VM::SGDT, "SGDT");
checker(VM::SLDT, "SLDT");
//checker(VM::OFFSEC_SIDT, "Offensive Security SIDT");
//checker(VM::OFFSEC_SGDT, "Offensive Security SGDT");
//checker(VM::OFFSEC_SGDT, "Offensive Security SLDT");
//checker(VM::SIDT, "SIDT");
//checker(VM::SGDT, "SGDT");
//checker(VM::SLDT, "SLDT");
checker(VM::OFFSEC_SIDT, "Offensive Security SIDT");
checker(VM::OFFSEC_SGDT, "Offensive Security SGDT");
checker(VM::OFFSEC_SGDT, "Offensive Security SLDT");
checker(VM::HYPERV_BOARD, "Hyper-V motherboard");
std::printf("\n");

Expand Down

0 comments on commit c2e35c0

Please sign in to comment.