def __init__(self, id, name, tooltip, menuPath, callback, shortcut):
idaapi.action_handler_t.__init__(self)
self.id = id
self.name = name
self.tooltip = tooltip
self.menuPath = menuPath
self.callback = callback
self.shortcut = shortcut
评论列表
文章目录