|
4 | 4 | * ██║ ██║██╔████╔██║███████║██║ █╗ ██║███████║██████╔╝█████╗ |
5 | 5 | * ╚██╗ ██╔╝██║╚██╔╝██║██╔══██║██║███╗██║██╔══██║██╔══██╗██╔══╝ |
6 | 6 | * ╚████╔╝ ██║ ╚═╝ ██║██║ ██║╚███╔███╔╝██║ ██║██║ ██║███████╗ |
7 | | - * ╚═══╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚══╝╚══╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝ 2.1 (March 2025) |
| 7 | + * ╚═══╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚══╝╚══╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝ 2.1.1 (March 2025) |
8 | 8 | * |
9 | 9 | * C++ VM detection library |
10 | 10 | * |
|
25 | 25 | * |
26 | 26 | * |
27 | 27 | * ============================== 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 |
36 | 36 | * |
37 | 37 | * |
38 | 38 | * ============================== EXAMPLE =================================== |
|
0 commit comments