Skip to content

Commit 5327734

Browse files
committed
reset: delete all tags
1 parent e2f8109 commit 5327734

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

apis_ui.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,7 @@ def f(tb):
442442
tag = globs.searcher_tags[addr]
443443
func = globs.executor.bncache.get_function(addr)
444444
func.remove_auto_address_tag(addr, tag)
445+
globs.searcher_tags = dict()
445446

446447
globs.executor.reset()
447448
globs.executor = None
@@ -452,7 +453,8 @@ def f(tb):
452453

453454
disable_widgets()
454455
reset_ui()
455-
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)
456458

457459
background_task = TaskInBackground(
458460
bv, "seninja: resetting symbolic execution", f)

0 commit comments

Comments
 (0)