Skip to content

Commit

Permalink
Merge pull request #116 from kernelwernel/dev
Browse files Browse the repository at this point in the history
1.7 release
  • Loading branch information
kernelwernel authored Aug 1, 2024
2 parents 5e26b50 + 30c1c3f commit c95c55e
Show file tree
Hide file tree
Showing 3 changed files with 1,183 additions and 794 deletions.
4 changes: 2 additions & 2 deletions src/cli.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@

#include "vmaware.hpp"

constexpr const char* ver = "1.6";
constexpr const char* date = "July 2024";
constexpr const char* ver = "1.7";
constexpr const char* date = "August 2024";

constexpr const char* bold = "\033[1m";
constexpr const char* ansi_exit = "\x1B[0m";
Expand Down
20 changes: 10 additions & 10 deletions src/vmaware.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* ██║ ██║██╔████╔██║███████║██║ █╗ ██║███████║██████╔╝█████╗
* ╚██╗ ██╔╝██║╚██╔╝██║██╔══██║██║███╗██║██╔══██║██╔══██╗██╔══╝
* ╚████╔╝ ██║ ╚═╝ ██║██║ ██║╚███╔███╔╝██║ ██║██║ ██║███████╗
* ╚═══╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚══╝╚══╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝ 1.6 (July 2024)
* ╚═══╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚══╝╚══╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝ 1.7 (August 2024)
*
* C++ VM detection library
*
Expand All @@ -22,14 +22,14 @@
*
*
* ================================ SECTIONS ==================================
* - enums for publicly accessible techniques => line 302
* - struct for internal cpu operations => line 519
* - struct for internal memoization => line 891
* - struct for internal utility functions => line 996
* - struct for internal core components => line 7781
* - start of internal VM detection techniques => line 1815
* - start of public VM detection functions => line 8277
* - start of externally defined variables => line 8672
* - enums for publicly accessible techniques => line 309
* - struct for internal cpu operations => line 534
* - struct for internal memoization => line 954
* - struct for internal utility functions => line 1059
* - struct for internal core components => line 8150
* - start of internal VM detection techniques => line 1879
* - start of public VM detection functions => line 8618
* - start of externally defined variables => line 9044
*
*
* ================================ EXAMPLE ==================================
Expand Down Expand Up @@ -3610,7 +3610,7 @@ struct VM {
}
/*
removed due to potential false positives
if (
check_proc(_T("vmtoolsd.exe")) ||
check_proc(_T("vmwaretrat.exe")) ||
Expand Down
Loading

0 comments on commit c95c55e

Please sign in to comment.