summaryrefslogtreecommitdiff
path: root/python/examples/snippets/README.md
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2019-03-15 21:14:05 -0400
committerRusty Wagner <rusty@vector35.com>2019-03-20 13:00:17 -0400
commit8ab595cfbf92b80d4ef81913d0c82621db114702 (patch)
treeef036c49027340c16344fec11f1d26f2ecba536d /python/examples/snippets/README.md
parent755bfb43cc5cda7e9a34027e2b6d2a00f073379b (diff)
initial snippets plugin
Diffstat (limited to 'python/examples/snippets/README.md')
-rw-r--r--python/examples/snippets/README.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/python/examples/snippets/README.md b/python/examples/snippets/README.md
new file mode 100644
index 00000000..4e62c93d
--- /dev/null
+++ b/python/examples/snippets/README.md
@@ -0,0 +1,22 @@
+# Snippet UI Plugin (v1.0 alpha)
+Author: **Vector 35 Inc**
+_Example UI plugin demonstrating how to create a snippet manager that allows for quick one-liners to be bound to hotkeys._
+## Description:
+This plugin is dual purpose -- first, it demonstrates the new UI plugin interface available for third-party plugins, and secondly it implements the often-requested functionality of adding a snippet editor. This is particularly useful for binding commonly used snippets of python code from the ScriptingConsole to a hotkey to be able to trigger them more easily.
+## Minimum Version
+
+This plugin requires the following minimum version of Binary Ninja:
+
+ * release - 1401
+ * dev - 1.2.0
+
+
+## Required Dependencies
+
+The following dependencies are required for this plugin:
+
+
+
+## License
+This plugin is released under a [MIT](LICENSE) license.
+