kernelwernel / VMAware

VM detection library and tool
MIT License
347 stars 37 forks source link

question: VM directories false detect #77

Closed kbetmp001 closed 4 months ago

kbetmp001 commented 4 months ago

im on vmware and I can sure those dirs in source codes does not exist. { CWSANDBOX, "c:\analysis" }, { VBOX, "%PROGRAMFILES%\oracle\virtualbox guest additions\" }, { VMWARE, "%PROGRAMFILES%\VMware\" }

but util::exists keeps return true when testing the VBOX dir and report me on a virtualbox. is this a bug or some deep trick inside?

kernelwernel commented 4 months ago

I'll disable that technique then, thanks for sharing this with me.