Skip to content

fengjixuchui/vt-debuuger

 
 

Repository files navigation

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]

vtDebugger 3 $`D%D1~HPNNLJ($05NKFE

About

a debugger use vt technology

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 88.2%
  • C 6.9%
  • Assembly 4.9%