Assembly Syntax Highlighting v0.087a (alpha version)

Assembly Syntax Highlighting is part of blwdbgue library - download version 0.087a (see licence)

Assembly highlighting sample

Syntax highlighting customization - modifing asm_config.hl configuration file
Edit syntax_highlighting_groups section of asm_config.hl configuration file to add new instructions, modifiy default colors or create new highlighting groups.
For configuration file format description see comments in asm_config.hl.
More information is coming in final version of the library.

Alpha version limitations
Currently assmebly syntax highlighting works only with command output window.
Disassembly window will be most likely covered in final version of blwdbgue library.

System requirements
WinDbg UI Enhancements has been tested with version 6.12.2.633 of WinDBG.
Currently only x86 and x64 host systems are supported. Please contact me if you need IA-64 build.

Installation and configuration
Simply copy blwdbgue.dll and asm_config.hl files from zip file to a destination of your choice. To load the extension run following command in WinDBG/KD: .load path\blwdbgue.dll. You may also want to save your workspace so next time extension will be loaded automatically.
You can use _NT_DEBUGGER_EXTENSION_PATH environment variable to define path that the debugger will search first for extensions DLL files.

Uninstallation
To uninstall WinDbg UI Enhancements module the debugger has to be closed and blwdbgue.dll file has to be removed.