Skip to content

Commit 89e531e

Browse files
committed
slight brand fix for hypervisor-phantom
1 parent 01d0625 commit 89e531e

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/vmaware.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11644,6 +11644,7 @@ std::map<const char*, VM::brand_score_t> VM::core::brand_scoreboard{
1164411644
{ brands::QIHOO, 0 },
1164511645
{ brands::NOIRVISOR, 0 },
1164611646
{ brands::NSJAIL, 0 },
11647+
{ brands::HYPERVISOR_PHANTOM, 0 },
1164711648
{ brands::NULL_BRAND, 0 }
1164811649
};
1164911650

src/vmaware_MIT.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11417,6 +11417,7 @@ std::map<const char*, VM::brand_score_t> VM::core::brand_scoreboard{
1141711417
{ brands::QIHOO, 0 },
1141811418
{ brands::NOIRVISOR, 0 },
1141911419
{ brands::NSJAIL, 0 },
11420+
{ brands::HYPERVISOR_PHANTOM, 0 },
1142011421
{ brands::NULL_BRAND, 0 }
1142111422
};
1142211423

0 commit comments

Comments
 (0)