An open API service indexing awesome lists of open source software.

https://github.com/moldabekov/vbhardening

🖥 Advanced VM detection bypassing
https://github.com/moldabekov/vbhardening

bypass mitigation obfuscation virtual-machine virtualbox virtualization

Last synced: about 1 year ago
JSON representation

🖥 Advanced VM detection bypassing

Awesome Lists containing this project

README

          

# vbhardening

This repo is intented to obfuscate VM. It helps to hide VM from malware and other aggressive *ware, which refuses to run under VM.

## How does it works?
Every hypervisor has it's unique fingerprint.
Some techiniques are based on hardware detection only, as while as others rely on memdump, strings, network stack and so on.

So actually we patch all SLIC, DSDT and hardware resources as well. This helps to bypass most of the checks.

## Usage

* edit scripts (e.g. fix path)
* run ```hu-patch-n-install-vbox.sh```
* run ```hu-obfuscate-vm.sh```

## License
MIT License