kernelwernel / VMAware

VM detection library and tool
GNU General Public License v3.0
331 stars 30 forks source link

MSVC warning fixes #47

Closed NotRequiem closed 5 months ago

NotRequiem commented 5 months ago

just all the compiler warnings fixes that I showed you yesterday, they do not change the functionality of any vm detection

kernelwernel commented 5 months ago

I realised that the CloseHandle(0) thing was done on purpose for an RDTSC measurement delay. My bad :(

thanks for the PR btw!