Skip to content

Commit 9d8819c

Browse files
committed
2.1.2 update
1 parent 0f919f9 commit 9d8819c

File tree

3 files changed

+931
-938
lines changed

3 files changed

+931
-938
lines changed

src/cli.cpp

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

5050
#include "vmaware.hpp"
5151

52-
constexpr const char* ver = "2.1.1";
52+
constexpr const char* ver = "2.1.2";
5353
constexpr const char* date = "April 2025";
5454

5555
std::string bold = "\033[1m";

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-
* ╚═══╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚══╝╚══╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝ 2.1.1 (April 2025)
7+
* ╚═══╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚══╝╚══╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝ 2.1.2 (April 2025)
88
*
99
* C++ VM detection library
1010
*
@@ -26,14 +26,14 @@
2626
*
2727
*
2828
* ============================== SECTIONS ==================================
29-
* - enums for publicly accessible techniques => line 576
30-
* - struct for internal cpu operations => line 762
31-
* - struct for internal memoization => line 1217
32-
* - struct for internal utility functions => line 1343
33-
* - struct for internal core components => line 10007
34-
* - start of VM detection technique list => line 2541
35-
* - start of public VM detection functions => line 10682
36-
* - start of externally defined variables => line 11606
29+
* - enums for publicly accessible techniques => line 553
30+
* - struct for internal cpu operations => line 746
31+
* - struct for internal memoization => line 1200
32+
* - struct for internal utility functions => line 1324
33+
* - struct for internal core components => line 10199
34+
* - start of VM detection technique list => line 2520
35+
* - start of public VM detection functions => line 10863
36+
* - start of externally defined variables => line 11813
3737
*
3838
*
3939
* ============================== EXAMPLE ===================================
@@ -11156,7 +11156,7 @@ struct VM {
1115611156
// found. There may be a conflict between an Unknown and Hyper-V
1115711157
// brand, which is exactly what this section is meant to handle.
1115811158
// It will remove the Hyper-V artifact brand string from the
11159-
// std::map to pave the way for other brands to take precendence.
11159+
// std::map to pave the way for other brands to take precedence.
1116011160
// One of the main reasons to do this is because it would look
1116111161
// incredibly awkward if the brand was "Hyper-V artifacts (not an
1116211162
// actual VM)", clearly stating that it's NOT a VM while the VM

0 commit comments

Comments
 (0)