Colored instructions were misleading

This commit is contained in:
Zach Riggle 2015-04-23 02:11:25 -07:00
parent 5d709bd6e2
commit c72b755b4c
1 changed files with 1 additions and 1 deletions

View File

@ -135,6 +135,6 @@ def color(ins):
asm = ins.asm
mnem = asm.split()[0].strip().rstrip('+-')
if mnem in branches:
asm = pwndbg.color.yellow(asm)
asm = pwndbg.color.bold(asm)
asm += '\n'
return asm