hfiref0x / VBoxHardenedLoader

VirtualBox VM detection mitigation loader
BSD 2-Clause "Simplified" License
916 stars 278 forks source link

what is the purpose of this project? #52

Closed merv801 closed 5 years ago

merv801 commented 5 years ago

Hi. I think the Readme file is a little vague about the purpose of this project. I guess that it prevents the apps running on the guest to realize that they are running on a virtual machine. Is that right? Thanks

hfiref0x commented 5 years ago

Hello. This is antivm detection patch for VirtualBox which is mostly intended to help reversing malware samples that aware of VM.

merv801 commented 5 years ago

Thanks. So I understood it right? It prevents some softwares from detecting that they are inside a virtual machine? (Some time ago I had this problem. A program for Windows was not working in virtualbox).

This patch should be installed on the guest OS?

hfiref0x commented 5 years ago

Yes.