We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 154851c commit d8d4679Copy full SHA for d8d4679
plugins/bap/utils/bap_taint.py
@@ -91,7 +91,7 @@ def __init__(self, addr, kind):
91
92
93
class BapTaint(idaapi.plugin_t):
94
- flags = idaapi.PLUGIN_FIX
+ flags = idaapi.PLUGIN_FIX
95
comment = "BAP Taint Plugin"
96
wanted_name = "BAP: Taint"
97
0 commit comments