Skip to content

Commit 30c1c3f

Browse files
committed
1.7 release
1 parent 7e7660a commit 30c1c3f

3 files changed

Lines changed: 1183 additions & 794 deletions

File tree

src/cli.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737

3838
#include "vmaware.hpp"
3939

40-
constexpr const char* ver = "1.6";
41-
constexpr const char* date = "July 2024";
40+
constexpr const char* ver = "1.7";
41+
constexpr const char* date = "August 2024";
4242

4343
constexpr const char* bold = "\033[1m";
4444
constexpr const char* ansi_exit = "\x1B[0m";

src/vmaware.hpp

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* ██║ ██║██╔████╔██║███████║██║ █╗ ██║███████║██████╔╝█████╗
55
* ╚██╗ ██╔╝██║╚██╔╝██║██╔══██║██║███╗██║██╔══██║██╔══██╗██╔══╝
66
* ╚████╔╝ ██║ ╚═╝ ██║██║ ██║╚███╔███╔╝██║ ██║██║ ██║███████╗
7-
* ╚═══╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚══╝╚══╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝ 1.6 (July 2024)
7+
* ╚═══╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚══╝╚══╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝ 1.7 (August 2024)
88
*
99
* C++ VM detection library
1010
*
@@ -22,14 +22,14 @@
2222
*
2323
*
2424
* ================================ SECTIONS ==================================
25-
* - enums for publicly accessible techniques => line 302
26-
* - struct for internal cpu operations => line 519
27-
* - struct for internal memoization => line 891
28-
* - struct for internal utility functions => line 996
29-
* - struct for internal core components => line 7781
30-
* - start of internal VM detection techniques => line 1815
31-
* - start of public VM detection functions => line 8277
32-
* - start of externally defined variables => line 8672
25+
* - enums for publicly accessible techniques => line 309
26+
* - struct for internal cpu operations => line 534
27+
* - struct for internal memoization => line 954
28+
* - struct for internal utility functions => line 1059
29+
* - struct for internal core components => line 8150
30+
* - start of internal VM detection techniques => line 1879
31+
* - start of public VM detection functions => line 8618
32+
* - start of externally defined variables => line 9044
3333
*
3434
*
3535
* ================================ EXAMPLE ==================================
@@ -3610,7 +3610,7 @@ struct VM {
36103610
}
36113611
/*
36123612
removed due to potential false positives
3613-
3613+
36143614
if (
36153615
check_proc(_T("vmtoolsd.exe")) ||
36163616
check_proc(_T("vmwaretrat.exe")) ||

0 commit comments

Comments
 (0)