Skip to content
VirtualBox VM detection mitigation loader
C Batchfile Shell
Branch: master
Clone or download

Latest commit

hfiref0x v 2.0.1
VirtualBox 6.1.6 support
Implementing some of the tips from #58
Implement provider driver version checking in case if it is already installed in system #60
Latest commit 8a215f7 May 14, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
Binary v 2.0.1 May 14, 2020
Source v 2.0.1 May 14, 2020
.gitattributes v 2.0.1 May 14, 2020
LICENSE.md v 2.0.0 Feb 5, 2020
README.md v 2.0.1 May 14, 2020
VBoxHardenedLoader.sha256 v 2.0.1 May 14, 2020

README.md

VirtualBox Hardened Loader

VirtualBox Hardened VM detection mitigation loader

System Requirements

  • x64 Windows 7/8/8.1/10;
  • VirtualBox 6.1.6 and later versions;
  • Administrative privilege is required.

WARNING: This loader is incompatible with any VirtualBox below 6.1.2.

For version below VirtualBox 6.1.6 please use older release of this loader.

More about key changes in loader version 2 you can read here https://swapcontext.blogspot.com/2020/02/vboxhardenedloader-v2.html

Installation and use guide

https://github.com/hfiref0x/VBoxHardenedLoader/blob/master/Binary/howto.md

Build

Project comes with full source code. In order to build from source you need:

  1. Microsoft Visual Studio 2019 for loader build.
  2. Windows Driver Kit 8.1/10 and later versions for driver build.

Instructions

  • Select Platform ToolSet first for project in solution you want to build (Project->Properties->General):
    • v120 for Visual Studio 2013;
    • v140 for Visual Studio 2015;
    • v141 for Visual Studio 2017;
    • v142 for Visual Studio 2019.
  • For v140 and above set Target Platform Version (Project->Properties->General):
    • If v140 then select 8.1;
    • If v141/v142 then select 10.

Project Contents

Tsugumi - monitoring driver, x64

Purpose: patch VirtualBox dlls in runtime.

Zekamashi - application, x64

Purpose: load Tsugumi monitoring driver, stop monitoring. Type loader /? in command line to view built-in help about supported commands and their syntax.

Linux support

https://github.com/hfiref0x/VBoxHardenedLoader/blob/master/Binary/linux.md

Support and donations

VBoxHardenedLoader is Free Software and is made available free of charge. Your donation, which is purely optional, supports project development and maintaining. If you like the software, you can consider donation which you can do anonymously using the following BTC address

  • 3DU68VrwZYHVSYXenQMG123utkYrFGms3b

Authors

(c) 2014 - 2020 VBoxHardenedLoader Project

You can’t perform that action at this time.