ida: document the embedded icon

This commit is contained in:
Willi Ballenthin
2020-09-01 17:39:30 -06:00
committed by Moritz Raabe
parent 2557156085
commit 84757ed97d
2 changed files with 7 additions and 2 deletions

View File

@@ -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