httl 发表于 2024-7-26 13:20

【求助】软件虚拟机无法运行软件

本帖最后由 httl 于 2024-8-4 07:52 编辑

如图,这个东西应该是启用了服务器验证,我准备在虚拟机启动然后抓包,但是虚拟机会被检测到,想知道有没有什么好的过虚拟机检测的思路

httl 发表于 2024-8-4 07:54

在b站找到了去虚拟化教程
详情见https://www.bilibili.com/video/BV1So4y1674x/?spm_id_from=333.1007.top_right_bar_window_custom_collection.content.click,实测好用

Hmily 发表于 2024-7-26 15:15

https://www.52pojie.cn/forum.php?mod=collection&action=view&ctid=1616&fromop=my

myleesun 发表于 2024-7-26 17:51

你是用哪家的虚拟机软件,基本上可以在虚拟机配置文件添加参数解决

httl 发表于 2024-7-26 18:36

myleesun 发表于 2024-7-26 17:51
你是用哪家的虚拟机软件,基本上可以在虚拟机配置文件添加参数解决

是VMwarm17.502版本,我在论坛里面看到有改文件的,但是我试了不行

myleesun 发表于 2024-7-26 23:50

你将正面的参数添加到虚拟机的VMX文件,操作系统应该就不会检测到是虚拟机:
hypervisor.cpuid.v0 = "FALSE"
board-id.reflectHost = "TRUE"
hw.model.reflectHost = "TRUE"
serialNumber.reflectHost = "TRUE"
smbios.reflectHost = "TRUE"
SMBIOS.noOEMStrings = "TRUE"
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"

httl 发表于 2024-7-27 18:58

myleesun 发表于 2024-7-26 23:50
你将正面的参数添加到虚拟机的VMX文件,操作系统应该就不会检测到是虚拟机:
hypervisor.cpuid.v0 = "FALS ...

这个我试过,但是改完了以后运行不了

myleesun 发表于 2024-7-31 13:58

检查一下是不是已经存在报错的这行,如果没有就检查字符规范,或者把这行删除了

httl 发表于 2024-8-1 17:54

myleesun 发表于 2024-7-31 13:58
检查一下是不是已经存在报错的这行,如果没有就检查字符规范,或者把这行删除了

删除过试运行成功了,但是还是运行不了程序

Trojad 发表于 2024-8-2 12:43

我也是这种情况,楼主有解决方法了麻烦踢我一下
页: [1] 2
查看完整版本: 【求助】软件虚拟机无法运行软件