mirror of
https://github.com/mandiant/capa.git
synced 2025-12-12 15:49:46 -08:00
ida: document the embedded icon
This commit is contained in:
committed by
Moritz Raabe
parent
2557156085
commit
84757ed97d
@@ -90,8 +90,10 @@ class CapaExplorerPlugin(idaapi.plugin_t):
|
||||
# receive notications after IDA has created an action for each plugin.
|
||||
# so, create this hook, wait for capa plugin to load, set the icon, and unhook.
|
||||
|
||||
|
||||
class OnUpdatedActionsHook(ida_kernwin.UI_Hooks):
|
||||
"""register a callback to be invoked each time the UI actions are updated"""
|
||||
|
||||
def __init__(self, cb):
|
||||
super(OnUpdatedActionsHook, self).__init__()
|
||||
self.cb = cb
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user