Skip to content

Commit

Permalink
alpha release test 8
Browse files Browse the repository at this point in the history
  • Loading branch information
kernelwernel committed Dec 26, 2023
1 parent a8dc530 commit e8988ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/vmaware.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4418,9 +4418,9 @@ const std::map<VM::u64, VM::technique> VM::table = {
{ VM::GAMARUE, { 40, VM::gamarue }},
{ VM::WMIC, { 20, VM::wmic }},
{ VM::VMID_0X4, { 90, VM::vmid_0x4 }},
{ VM::VPC_BACKDOOR, { 70, VM::vpc_backdoor }},
{ VM::PARALLELS_VM, { 50, VM::parallels }},
{ VM::SPEC_RDTSC, { 80, VM::speculative_rdtsc }},
//{ VM::VPC_BACKDOOR, { 70, VM::vpc_backdoor }},
//{ VM::PARALLELS_VM, { 50, VM::parallels }},
//{ VM::SPEC_RDTSC, { 80, VM::speculative_rdtsc }},
//{ VM::LOADED_DLLS, { 75, VM::loaded_dlls }},
{ VM::QEMU_BRAND, { 100, VM::cpu_brand_qemu }},
{ VM::BOCHS_CPU, { 95, VM::bochs_cpu }},
Expand Down

0 comments on commit e8988ac

Please sign in to comment.