p25072004 / bypass_vmp_vm_detect

bypass vmp virtual machine detect

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bypass Vmp vm detect

What it does

This tool is aimed to bypass Vmp vmware detection (Tested on Vmp3.6), it patches SystemFirmwareTable at runtime, it removes all detectable signatures like "VMware" "Virtual" "VMWARE".

Vmp check vm mechanism

Vmp check virtual machine in 2 ways

  • use cpuid instruction check
  • check firmware table from the firmware table provider

Bypass cpuid check

Edit vmware .vmx file,add the following code

hypervisor.cpuid.v0 = "FALSE"

Build

Visual Studio 2019 and WDK 10

Bypass firmware table check

Install our driver to patch SystemFirmwareTable

Thanks

https://github.com/hzqst/VmwareHardenedLoader

Zydis

About

bypass vmp virtual machine detect


Languages

Language:C++ 55.3%Language:C 44.7%