所谓的虚拟机壳子检测是什么?怎么过?

虚拟机壳子检测简单来说就是SE,VMP,TMD,VP等一些常见的虚拟机基础检测,通常是一些私服小游戏会包含这些虚拟机检测

过这些检测分为屏蔽代码+驱动过和直接修改虚拟机底层文件过,这里先介绍屏蔽代码+驱动过的方法

屏蔽代码加到虚拟机VMX后缀的文件中,代码如下:

SMBIOS.reflecthost = "TRUE"
SMBIOS.noOEMStrings = "TRUE"
SMBIOS.addHostVendor = "TRUE"
hw.model.reflectHost = "TRUE"
serialNumber.reflectHost = "TRUE"
board-id.reflectHost = "TRUE"
monitor_control.restrict_backdoor = "TRUE"
monitor_control.virtual_rdtsc = "false"
monitor_control.disable_directexec = "true"
isolation.tools.getPtrLocation.disable = "true"
isolation.tools.setPtrLocation.disable = "true"
isolation.tools.setVersion.disable = "true"
isolation.tools.getVersion.disable = "true"
isolation.tools.hgfs.disable = "TRUE"
cpuid.1.ecx = "0--------------0----------------"
cpuid.1.edx = "-----------0---------0----------"

其中VMP检测用我提供的过检测工具运行一下即可

工具免费提供,可以私聊我或者进群下载即可

点击获取文件

相关推荐

  1. 什么Vuex它作用什么怎么

    2024-07-20 04:24:04       30 阅读

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-07-20 04:24:04       52 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-07-20 04:24:04       54 阅读
  3. 在Django里面运行非项目文件

    2024-07-20 04:24:04       45 阅读
  4. Python语言-面向对象

    2024-07-20 04:24:04       55 阅读

热门阅读

  1. python实现计数排序、桶排序和基数排序算法

    2024-07-20 04:24:04       14 阅读
  2. Carousel of Combinations

    2024-07-20 04:24:04       16 阅读
  3. VUE Pinia和Vuex的比较

    2024-07-20 04:24:04       17 阅读
  4. 前端下载文件流 出现乱码 解决方案

    2024-07-20 04:24:04       16 阅读
  5. Odoo17应用、模型、字段

    2024-07-20 04:24:04       16 阅读
  6. Python使用distutils.version的StrictVersion比较版本大小

    2024-07-20 04:24:04       15 阅读
  7. GESP CCF C++ 八级认证真题 2024年6月

    2024-07-20 04:24:04       19 阅读
  8. C++ 前向声明

    2024-07-20 04:24:04       17 阅读
  9. Python-数据爬取(爬虫)

    2024-07-20 04:24:04       16 阅读
  10. 深入理解 Vue 3 组件通信

    2024-07-20 04:24:04       22 阅读