mirror of
https://github.com/mandiant/capa.git
synced 2026-01-18 07:36:37 -08:00
addressing PR comments
This commit is contained in:
@@ -20,7 +20,7 @@ class CapaExplorerPlugin(idaapi.plugin_t):
|
||||
|
||||
# Mandatory definitions
|
||||
PLUGIN_NAME = "capa explorer"
|
||||
PLUGIN_VERSION = "0.0.1"
|
||||
PLUGIN_VERSION = "1.0.0"
|
||||
PLUGIN_AUTHORS = ""
|
||||
|
||||
wanted_name = PLUGIN_NAME
|
||||
@@ -61,6 +61,6 @@ class CapaExplorerPlugin(idaapi.plugin_t):
|
||||
"""
|
||||
called when IDA is running the plugin as a script
|
||||
"""
|
||||
self.form = CapaExplorerForm(self.PLUGIN_NAME, logger)
|
||||
self.form = CapaExplorerForm(self.PLUGIN_NAME)
|
||||
self.form.Show()
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user