|
4 | 4 | * ██║ ██║██╔████╔██║███████║██║ █╗ ██║███████║██████╔╝█████╗ |
5 | 5 | * ╚██╗ ██╔╝██║╚██╔╝██║██╔══██║██║███╗██║██╔══██║██╔══██╗██╔══╝ |
6 | 6 | * ╚████╔╝ ██║ ╚═╝ ██║██║ ██║╚███╔███╔╝██║ ██║██║ ██║███████╗ |
7 | | - * ╚═══╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚══╝╚══╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝ 1.7.1 (August 2024) |
| 7 | + * ╚═══╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚══╝╚══╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝ 1.8 (August 2024) |
8 | 8 | * |
9 | 9 | * C++ VM detection library |
10 | 10 | * |
|
22 | 22 | * |
23 | 23 | * |
24 | 24 | * ================================ 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 |
33 | 33 | * |
34 | 34 | * |
35 | 35 | * ================================ EXAMPLE ================================== |
|
0 commit comments