Skip to content

Commit 9009c83

Browse files
committed
modified VM::PCI_VM from 70% to 100%
1 parent 0234715 commit 9009c83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ VMAware provides a convenient way to not only check for VMs, but also have the f
516516
| `VM::UNKNOWN_MANUFACTURER` | Check if the CPU manufacturer is not known | | 50% | | | | |
517517
| `VM::OSXSAVE` | Check if running xgetbv in the XCR0 extended feature register triggers an exception | Windows | 50% | | | | |
518518
| `VM::NSJAIL_PID` | Check if process status matches with nsjail patterns with PID anomalies | Linux | 75% | | | | |
519-
| `VM::PCI_VM` | Check for PCIe bridge names for known VM keywords and brands | Linux | 70% | | | | |
519+
| `VM::PCI_VM` | Check for PCIe bridge names for known VM keywords and brands | Linux | 100% | | | | |
520520
<!-- ADD TECHNIQUE DETAILS HERE -->
521521

522522
<br>

src/vmaware.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11845,7 +11845,7 @@ std::pair<VM::enum_flags, VM::core::technique> VM::core::technique_list[] = {
1184511845
{ VM::UNKNOWN_MANUFACTURER, { 50, VM::unknown_manufacturer } },
1184611846
{ VM::OSXSAVE, { 50, VM::osxsave } },
1184711847
{ VM::NSJAIL_PID, { 75, VM::nsjail_proc_id } },
11848-
{ VM::PCI_VM, { 70, VM::lspci } },
11848+
{ VM::PCI_VM, { 100, VM::lspci } },
1184911849
// ADD NEW TECHNIQUE STRUCTURE HERE
1185011850
};
1185111851

0 commit comments

Comments
 (0)