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

vt-debuuger

> 开发工具
开源

一个调试器使用 vt 技术

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

工具介绍

一个调试器使用 vt 技术

vt-debugger

vt框架使用的airhv,增加了自建调试体系部分,稍微修改下可以调试大部分游戏,给学习vt的同学参考 vt调试器:

  1. ept hook.
  2. 无痕int3.
  3. 自建调试体系隐藏debugport.
  4. 支持pdb符号自动下载,省去寻找特征码步骤,轻松兼容不同系统版本.
  5. 5.zip文件是编译好的成品,后面会持续更新
  6. 支持平台 win10 x64 intel architecture cpu.
  7. 如果你在虚拟机里测试:虚拟机的配置:[内存>=4GB, cpu核心数>=2]

the soruce code is based in hyperhide, with less modify it can debug a lot games. vt debugger:

  1. ept hook.
  2. invisible int3 breakpoint.
  3. self constrcution of debug system hide debugport.
    1. download pdb automally, compatible with different system.
  4. 5.zip file is compiled, it will update constantly
  5. support platform win10 x64 intel architecture cpu.
  6. if you test on virtual machine [virtual machine config:memory >=4GB, cpu core>=2]

Issues· 0 开放

查看全部 Issues在 GitHub 打开

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

> 标签

C++debuggerhypervisor

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

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类开发工具
定价开源

> 相关工具

V
VS Code
流行的开源代码编辑器
G
Git
分布式版本控制系统
V
Vite
下一代前端构建工具