Skip to content

Commit d8d4679

Browse files
hluwaivg
andauthored
fix plugin flags for ida7.3 (#41)
Co-authored-by: Ivan Gotovchits <[email protected]>
1 parent 154851c commit d8d4679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/bap/utils/bap_taint.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def __init__(self, addr, kind):
9191

9292

9393
class BapTaint(idaapi.plugin_t):
94-
flags = idaapi.PLUGIN_FIX
94+
flags = idaapi.PLUGIN_FIX
9595
comment = "BAP Taint Plugin"
9696
wanted_name = "BAP: Taint"
9797

0 commit comments

Comments
 (0)