summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2019-04-09 23:35:05 -0400
committerJordan Wiens <jordan@psifertex.com>2019-04-18 10:03:05 -0400
commitf7e636b2866ad60967a3be6948e19e49d67b7ee8 (patch)
treea2051ee05819b22fb0eb226bafda2afaff34dcf4 /python
parent316515f9e2d600e38e79a4751850a03f46824bdd (diff)
add readme for triage example plugin
Diffstat (limited to 'python')
-rw-r--r--python/examples/triage/README.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/python/examples/triage/README.md b/python/examples/triage/README.md
new file mode 100644
index 00000000..d578bee2
--- /dev/null
+++ b/python/examples/triage/README.md
@@ -0,0 +1,27 @@
+# Triage
+Author: **Vector 35**
+
+## Description
+The triage plugin is meant to serve as an example of the new Binary Ninja UI plugin capability and also to demonstrate how you can adapt the core analysis capabilities to different workflows.
+
+In particular, the Triage plugin:
+
+* Adds a new button to the new page dialog
+* Creates a file choosing UI to quickly select a large number of files for triage
+* Adds two new views, a triage view with high level summary information, and a Byte Overview which shows the contents of files in a high-density form
+* New for [SAS](https://twitter.com/TheSAScon/status/1110691127215030272), the plugin enables finding cross-references to dynamically loaded functions.
+
+## Installation
+
+This plugin is included by default if you are running the appropriate version of Binary Ninja (you may need to switch to the development channel in your [preferences](http://docs.binary.ninja/getting-started.html#preferencesupdates). To enable, simply copy from your [install path](http://docs.binary.ninja/getting-started.html#binary-path) to your [user](http://docs.binary.ninja/getting-started.html#user-folder)/plugins folder.
+
+## Minimum Version
+
+This plugin requires the following minimum version of Binary Ninja:
+
+ * release - N/A
+ * dev - 1560 or newer
+
+## License
+
+This plugin is released under a [MIT](LICENSE) license.