百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
V

VmwareHardenedLoader

> 编程语言
开源

VMware 加固的 VM 检测缓解加载程序 (防止反 VM)

2.3K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

VMware 加固的 VM 检测缓解加载程序 (防止反 VM)

VMwareHardenedLoader-ng

简体中文

VMwareHardenedLoader-ng is a Windows kernel driver for VMware guest research environments. It filters selected VMware-related firmware strings and blocks selected VMware PnP registry enumeration.

The driver resolves undocumented kernel globals from signed System Informer KPH dynamic data instead of PDBs, signature scanning, or registry-provided RVAs.

Quick start

Read the build guide, then build from a Visual Studio 2022 Developer Command Prompt with the WDK installed:

msbuild VmLoader.sln /m /t:Rebuild /p:Configuration=Release /p:Platform=x64

The build downloads and validates the KPH manifest, generates and signs v20 dynamic data, and publishes the runtime artifacts needed by the install scripts. See runtime loading before configuring external dynamic data or loading the driver.

Supported systems

  • Windows 10 and Windows 11 x64 or ARM64 guests

The maintained configurations are Release|x64, Debug|x64, Release|ARM64, and Debug|ARM64. ARM64 runtime behavior still depends on undocumented kernel layouts and must be validated on the target Windows build.

Documentation

  • Quick start: install, test-sign, and uninstall
  • Build requirements and dynamic data
  • Runtime loading and external dynamic data
  • Driver behavior, test signing, and VMware configuration
  • Troubleshooting, limitations, and dependencies

License

Released under the MIT License. See LICENSE.

Dependencies

System Informer is included as a submodule for KPH dynamic data and the CustomBuildTool and CustomSignTool utilities.

kphtools provides the symbol source and RVAs for nt!ExpFirmwareTableResource and nt!ExpFirmwareTableProviderListHead.

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

C

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言