Skip to content

Commit

Permalink
Merge branch 'v0.7rc' of github.com:airbus-seclab/bincat into v0.7rc
Browse files Browse the repository at this point in the history
  • Loading branch information
trou committed Oct 20, 2017
2 parents 01ec2b9 + f3adb59 commit 8c2a59c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/idabincat/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -1508,7 +1508,7 @@ def activate(self, ctx):
"Add Taint override for %s" % highlighted,
"Taint value for %s (e.g. !TAINT_ALL (reg only), "
"!TAINT_NONE (reg only), !0b001, !0xabc)" %
highlighted, text=("!TAINT_ALL" if htype == "reg" else "!|0xFF|"))
highlighted, text=("!TAINT_ALL" if htype == "reg" else "!|FF|"))
if not res:
return 1 # refresh IDA windows
htext = "%s[%s]" % (htype, highlighted)
Expand Down

0 comments on commit 8c2a59c

Please sign in to comment.