Skip to content

Commit 76fdb88

Browse files
authored
Merge pull request #330 from NotRequiem/dev
section line changes
2 parents 09a969b + a0f0a39 commit 76fdb88

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/vmaware.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
* - struct for internal cpu operations => line 749
3232
* - struct for internal memoization => line 1220
3333
* - struct for internal utility functions => line 1344
34-
* - struct for internal core components => line 10153
34+
* - struct for internal core components => line 10066
3535
* - start of VM detection technique list => line 2345
36-
* - start of public VM detection functions => line 10817
37-
* - start of externally defined variables => line 11767
36+
* - start of public VM detection functions => line 10730
37+
* - start of externally defined variables => line 11679
3838
*
3939
*
4040
* ============================== EXAMPLE ===================================

src/vmaware_MIT.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@
5353
* - struct for internal cpu operations => line 764
5454
* - struct for internal memoization => line 1236
5555
* - struct for internal utility functions => line 1361
56-
* - struct for internal core components => line 9959
56+
* - struct for internal core components => line 9872
5757
* - start of VM detection technique list => line 2364
58-
* - start of public VM detection functions => line 10634
59-
* - start of externally defined variables => line 11586
58+
* - start of public VM detection functions => line 10547
59+
* - start of externally defined variables => line 11498
6060
*
6161
*
6262
* ============================== EXAMPLE ===================================

0 commit comments

Comments
 (0)