mirror of https://github.com/pwndbg/pwndbg
Colored instructions were misleading
This commit is contained in:
parent
5d709bd6e2
commit
c72b755b4c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue