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 f788c27 commit daede11Copy full SHA for daede11
python/plugin.py
@@ -43,7 +43,6 @@ class PluginCommandContext:
43
The ``class PluginCommandContext`` is used to access loaded plugins and their exposed methods with the context of a specific Binary VIew.
44
45
:Example:
46
- # To trigger a registered plugin with a BinaryView, for example:
47
>>> bv = load("/tmp/file1")
48
>>> ctx = PluginCommandContext(bv);
49
>>> binexport = PluginCommand.get_valid_list(ctx)["BinExport"]
0 commit comments