Coder Social home page Coder Social logo

windbg_hilight's Introduction

feature:
windbg汇编和命令窗口文本高亮插件,支持x86和x64
A windbg plugin to hiligth text in Disassembly and Command windows. Support x86 and x64.

下载download:
http://pan.baidu.com/s/1gd3i8i3

使用方法:
将hs.dll放入32位windbg的安装目录,hs64.dll放入64位(x64)windbg的安装目录,
运行windbg,输入命令
.load hs
64位是
.load hs64

how to work:
please put the dll file in to windbg installed directory.
.load hs
or x64:
.load hs64

note:
如果你想自定义syntax颜色,只需要以管理员权限运行windbg并加载windbg_hilight插件,这样会在windbg的安装目录里产生一个windbg_hilight.ini,参考http://www.w3schools.com/tags/ref_colorpicker.asp 获取你想要的颜色,并转成十进值填写到ini中。
If you want to customize the color of syntax, please run windbg in administrator privileage and .load hs(64), then you will get windbg_hilight.ini in windbg installed diretory. Change the value in color section, please refer http://www.w3schools.com/tags/ref_colorpicker.asp to get the hex color value and write the corresponding decimal value.

changelog:
2014年5月10日:
add patch by goldenegg: 去除对boost的依赖,允许dll卸载(2013-4-30)
新的配置文件更名为windbg_hilight.ini,如果以前配置过asm.ini请复制配置到windbg_hilight.ini,但不要直接更名asm.ini为windbg_hilight.ini,因为keywords.registers那项有更改
修复内存泄露,添加x64寄存器高亮
fixed issues Memory Leak, add register syntax for x64
2013年4月26日
增加地址、opcode、jumpcall指令的颜色设置
增加命令窗口用户输入的颜色设置(只是简单地对>后的文字进行加色)
2013年4月25日
首个版本发布,暂时只有Disassembly窗口的高亮

greets:
感谢linx2008,开发高亮插件,但没有x64版本,http://hi.baidu.com/linx2008/item/0bee3aedc6d49e275b2d6441
感谢goldenegg,解决.unload崩溃,以及去掉boost和windbg sdk依赖

by lynnux
CopyRight (C) 2013-2015
started from 2013/4/25

windbg_hilight's People

Contributors

lynnux avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.