Skip to content

Commit d2ac7e3

Browse files
authored
Merge pull request #299 from kernelwernel/dev
updated header dates and release in source
2 parents bb2fbcc + b288aef commit d2ac7e3

3 files changed

Lines changed: 286 additions & 266 deletions

File tree

src/cli.cpp

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

4848
#include "vmaware.hpp"
4949

50-
constexpr const char* ver = "2.1";
50+
constexpr const char* ver = "2.1.1";
5151
constexpr const char* date = "March 2025";
5252

5353
std::string 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-
* ╚═══╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚══╝╚══╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝ 2.1 (March 2025)
7+
* ╚═══╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚══╝╚══╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝ 2.1.1 (March 2025)
88
*
99
* C++ VM detection library
1010
*
@@ -25,14 +25,14 @@
2525
*
2626
*
2727
* ============================== SECTIONS ==================================
28-
* - enums for publicly accessible techniques => line 548
29-
* - struct for internal cpu operations => line 741
30-
* - struct for internal memoization => line 1195
31-
* - struct for internal utility functions => line 1320
32-
* - struct for internal core components => line 10091
33-
* - start of VM detection technique list => line 2509
34-
* - start of public VM detection functions => line 10699
35-
* - start of externally defined variables => line 11613
28+
* - enums for publicly accessible techniques => line 550
29+
* - struct for internal cpu operations => line 743
30+
* - struct for internal memoization => line 1197
31+
* - struct for internal utility functions => line 1322
32+
* - struct for internal core components => line 10044
33+
* - start of VM detection technique list => line 2511
34+
* - start of public VM detection functions => line 10708
35+
* - start of externally defined variables => line 11632
3636
*
3737
*
3838
* ============================== EXAMPLE ===================================

0 commit comments

Comments
 (0)