分页: 1 / 1

如何将虚拟机伪装为物理机

发表于 : 2011-02-17 12:54
cadolly
有些软件会检测安装环境,如招行等,是否有将虚拟机伪装成物理机的方法?
注:在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"

Re: 虚拟机伪装

发表于 : 2011-02-17 13:22
cadolly
确定上述设置已经失效,不过之前在kvm中该软件是无法检测到虚拟机环境的。

Re: 如何将虚拟机伪装为物理机

发表于 : 2011-02-17 14:25
bekars
kvm直接同真实硬件交互,应该是查不到是虚拟机环境

而vmware有工具可以查看是否运行在vmware虚拟机中,vmware-checkvm

Re: 如何将虚拟机伪装为物理机

发表于 : 2011-02-18 9:34
cadolly
可是我想实现的是vmware不被发现是虚拟机,至于kvm么,用了3个月以后放弃了,我斗不过它。对于新手来说,优越之处与缺陷同样巨大啊。