52ky 发表于 2021-7-18 11:04:47

windbg_hilight by lynnux

windbg汇编和命令窗口文本高亮插件,支持x86和x64
使用方法:
将hs.dll放入32位windbg的安装目录,hs64.dll放入64位(x64)windbg的安装目录
运行windbg,输入命令
.load hs
64位是
.load hs64

(Windbg assembly and command window text highlighting plugin, supports x86 and x64
Instructions:
Put hs.dll into the 32-bit windbg installation directory, and hs64.dll into the 64-bit (x64) windbg installation directory
Run windbg, enter the command
.load hs
64 bit is
.load hs64)

页: [1]
查看完整版本: windbg_hilight by lynnux