diff --git a/README.md b/README.md index cad345d4..435880fc 100644 --- a/README.md +++ b/README.md @@ -216,6 +216,7 @@ And if you found this project useful, a star would be appreciated :) - Eric Parker's discord community - [ShellCode33](https://github.com/ShellCode33) - [Georgii Gennadev (D00Movenok)](https://github.com/D00Movenok) +- [utoshu](https://github.com/utoshu)
diff --git a/src/vmaware.hpp b/src/vmaware.hpp index 43802920..8acb9be4 100644 --- a/src/vmaware.hpp +++ b/src/vmaware.hpp @@ -8,7 +8,7 @@ * * C++ VM detection library * - * - Made by: @kernelwernel (https://github.com/kernelwernel) + * - Made by: kernelwernel (https://github.com/kernelwernel) * - Contributed by: * - Requiem (https://github.com/NotRequiem) * - Alex (https://github.com/greenozon) @@ -16,6 +16,7 @@ * - Vladyslav Miachkov (https://github.com/fameowner99) * - Alan Tse (https://github.com/alandtse) * - Georgii Gennadev (https://github.com/D00Movenok) + * - utoshu (https://github.com/utoshu) * - Repository: https://github.com/kernelwernel/VMAware * - Docs: https://github.com/kernelwernel/VMAware/docs/documentation.md * - Full credits: https://github.com/kernelwernel/VMAware#credits-and-contributors-%EF%B8%8F @@ -8612,6 +8613,10 @@ struct VM { return false; #endif } + catch (...) { + debug("GPU_CHIPTYPE: caught error, returned false"); + return false; + } struct core {