We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2f8109 commit 5327734Copy full SHA for 5327734
apis_ui.py
@@ -442,6 +442,7 @@ def f(tb):
442
tag = globs.searcher_tags[addr]
443
func = globs.executor.bncache.get_function(addr)
444
func.remove_auto_address_tag(addr, tag)
445
+ globs.searcher_tags = dict()
446
447
globs.executor.reset()
448
globs.executor = None
@@ -452,7 +453,8 @@ def f(tb):
452
453
454
disable_widgets()
455
reset_ui()
- bv.file.navigate(bv.file.view, address) # just an hack, to redraw widgets. find another way
456
+ # just an hack to redraw widgets. find another way
457
+ bv.file.navigate(bv.file.view, address)
458
459
background_task = TaskInBackground(
460
bv, "seninja: resetting symbolic execution", f)
0 commit comments