We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ee274a commit 35a4bd1Copy full SHA for 35a4bd1
python/plugin.py
@@ -37,7 +37,8 @@
37
from . import highlevelil
38
39
40
-class PluginCommandContext: """
+class PluginCommandContext:
41
+ """
42
The ``class PluginCommandContext`` is used to access loaded plugins and their exposed methods with the context of a specific Binary VIew.
43
44
:Example:
@@ -47,7 +48,7 @@ class PluginCommandContext: """
47
48
>>> binexport = PluginCommand.get_valid_list(ctx)["BinExport"]
49
>>> binexport.execute(ctx)
50
"""
-
51
+
52
def __init__(self, view):
53
self._view = view
54
self._address = 0
0 commit comments