File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -216,6 +216,7 @@ And if you found this project useful, a star would be appreciated :)
216
216
- Eric Parker's discord community
217
217
- [ ShellCode33] ( https://github.com/ShellCode33 )
218
218
- [ Georgii Gennadev (D00Movenok)] ( https://github.com/D00Movenok )
219
+ - [ utoshu] ( https://github.com/utoshu )
219
220
220
221
<br >
221
222
Original file line number Diff line number Diff line change 8
8
*
9
9
* C++ VM detection library
10
10
*
11
- * - Made by: @ kernelwernel (https://github.com/kernelwernel)
11
+ * - Made by: kernelwernel (https://github.com/kernelwernel)
12
12
* - Contributed by:
13
13
* - Requiem (https://github.com/NotRequiem)
14
14
* - Alex (https://github.com/greenozon)
15
15
* - Marek Knápek (https://github.com/MarekKnapek)
16
16
* - Vladyslav Miachkov (https://github.com/fameowner99)
17
17
* - Alan Tse (https://github.com/alandtse)
18
18
* - Georgii Gennadev (https://github.com/D00Movenok)
19
+ * - utoshu (https://github.com/utoshu)
19
20
* - Repository: https://github.com/kernelwernel/VMAware
20
21
* - Docs: https://github.com/kernelwernel/VMAware/docs/documentation.md
21
22
* - Full credits: https://github.com/kernelwernel/VMAware#credits-and-contributors-%EF%B8%8F
@@ -8612,6 +8613,10 @@ struct VM {
8612
8613
return false ;
8613
8614
#endif
8614
8615
}
8616
+ catch (...) {
8617
+ debug (" GPU_CHIPTYPE: caught error, returned false" );
8618
+ return false ;
8619
+ }
8615
8620
8616
8621
8617
8622
struct core {
You can’t perform that action at this time.
0 commit comments