mirror of
https://github.com/mandiant/capa.git
synced 2026-02-04 11:07:53 -08:00
fixing feature count for explorer progress indicator
This commit is contained in:
@@ -413,7 +413,7 @@ class CapaExplorerForm(idaapi.PluginForm):
|
||||
# new analysis, new doc
|
||||
self.doc = None
|
||||
self.process_total = 0
|
||||
self.process_count = 0
|
||||
self.process_count = 1
|
||||
|
||||
def update_wait_box(text):
|
||||
"""update the IDA wait box"""
|
||||
|
||||
Reference in New Issue
Block a user