diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/plugin.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/plugin.py b/python/plugin.py index d8206bb8..9b7d1a3e 100644 --- a/python/plugin.py +++ b/python/plugin.py @@ -43,7 +43,6 @@ class PluginCommandContext: The ``class PluginCommandContext`` is used to access loaded plugins and their exposed methods with the context of a specific Binary VIew. :Example: - # To trigger a registered plugin with a BinaryView, for example: >>> bv = load("/tmp/file1") >>> ctx = PluginCommandContext(bv); >>> binexport = PluginCommand.get_valid_list(ctx)["BinExport"] |
