kernelwernel / VMAware

VM detection library and tool
MIT License
351 stars 38 forks source link

typo in constexpr std::array files #6

Closed NotRequiem closed 11 months ago

NotRequiem commented 11 months ago

at line 2048: "C:\windows\System32\Driversvmhgfs.dll",

should be: "C:\windows\System32\Drivers\vmhgfs.dll",

Also made other src with the following MSVC compiler errors fixed: 1

src: https://www.mediafire.com/file/1mxgmy64x8bdknl/vmaware.hpp/file

great library by the way

kernelwernel commented 11 months ago

Thanks! I really appreciate telling me this issue.

Is it possible if you can create a pull request so it's easier for me to manage the changes?

kernelwernel commented 11 months ago

Fixed #7