发布于: 阅读时间: 0 分, 9 秒

适用于vmware

反虚拟机检测配置代码

isolation.tools.getPtrLocation.disable = "TRUE" 
isolation.tools.setPtrLocation.disable = "TRUE" 
isolation.tools.setVersion.disable = "TRUE" 
isolation.tools.getVersion.disable = "TRUE" 
monitor_control.disable_directexec = "TRUE" 
monitor_control.disable_chksimd = "TRUE" 
monitor_control.disable_ntreloc = "TRUE" 
monitor_control.disable_selfmod = "TRUE" 
monitor_control.disable_reloc = "TRUE" 
monitor_control.disable_btinout = "TRUE" 
monitor_control.disable_btmemspace = "TRUE" 
monitor_control.disable_btpriv = "TRUE" 
monitor_control.disable_btseg = "TRUE"
monitor_control.restrict_backdoor = "TRUE"
monitor_control.virtual_rdtsc = "false"

添加进*.vmx


懒得勤快的博客_互联网分享精神masuit.com|ldqk.org|ldqk.xyz|masuit.orgVMware Workstation Pro v17精简直装学习版

可有可无

disable_acceleration = TRUE

虚拟机设置 - 处理器 - 虚拟化引擎

首选模式:最后一项最长的


显卡改名:

先安装 VMware Tools 装好驱动,备份出显卡驱动。

*.inf 中

DiskID = "VMware Tools"
CompanyName = "VMware, Inc."
SVGA = "VMware SVGA II"

修改为

懒得勤快的博客_互联网分享精神masuit.com|ldqk.org|ldqk.xyz|masuit.orgVMware Workstation Pro v17精简直装学习版

DiskID = "NVIDIA Windows Driver Library Installation"
CompanyName = "NVIDIA"
SVGA = "GeForce RTX 2060"