Skip to content

Commit 3bdc768

Browse files
committed
1.8 release thingy
1 parent 4011a00 commit 3bdc768

3 files changed

Lines changed: 1891 additions & 906 deletions

File tree

src/cli.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
#include "vmaware.hpp"
4545

46-
constexpr const char* ver = "1.7.1";
46+
constexpr const char* ver = "1.8";
4747
constexpr const char* date = "August 2024";
4848

4949
constexpr const char* bold = "\033[1m";

src/vmaware.hpp

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* ██║ ██║██╔████╔██║███████║██║ █╗ ██║███████║██████╔╝█████╗
55
* ╚██╗ ██╔╝██║╚██╔╝██║██╔══██║██║███╗██║██╔══██║██╔══██╗██╔══╝
66
* ╚████╔╝ ██║ ╚═╝ ██║██║ ██║╚███╔███╔╝██║ ██║██║ ██║███████╗
7-
* ╚═══╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚══╝╚══╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝ 1.7.1 (August 2024)
7+
* ╚═══╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚══╝╚══╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝ 1.8 (August 2024)
88
*
99
* C++ VM detection library
1010
*
@@ -22,14 +22,14 @@
2222
*
2323
*
2424
* ================================ SECTIONS ==================================
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
25+
* - enums for publicly accessible techniques => line 312
26+
* - struct for internal cpu operations => line 569
27+
* - struct for internal memoization => line 995
28+
* - struct for internal utility functions => line 1118
29+
* - struct for internal core components => line 9196
30+
* - start of internal VM detection techniques => line 2491
31+
* - start of public VM detection functions => line 9541
32+
* - start of externally defined variables => line 10017
3333
*
3434
*
3535
* ================================ EXAMPLE ==================================

0 commit comments

Comments
 (0)