Colored instructions were misleading

pull/10/head
Zach Riggle 11 years ago
parent 8ba1981bcc
commit 5a08d8d553

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

Loading…
Cancel
Save