Skip to content

Commit

Permalink
fix plugin flags for ida7.3 (#41)
Browse files Browse the repository at this point in the history
Co-authored-by: Ivan Gotovchits <ivg@ieee.org>
  • Loading branch information
hluwa and ivg authored Feb 12, 2020
1 parent 154851c commit d8d4679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/bap/utils/bap_taint.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def __init__(self, addr, kind):


class BapTaint(idaapi.plugin_t):
flags = idaapi.PLUGIN_FIX
flags = idaapi.PLUGIN_FIX
comment = "BAP Taint Plugin"
wanted_name = "BAP: Taint"

Expand Down

0 comments on commit d8d4679

Please sign in to comment.