summaryrefslogtreecommitdiff
path: root/python/examples/snippets/README.md
blob: f2b248895a6c21197cde5c0de62af5e52617d190 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# Snippet UI Plugin (v1.1)
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:
# 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._

![](./media/snippets.gif)

## 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.


## Installation Instructions

### Darwin

no special instructions, package manager is recommended

### Linux

no special instructions, package manager is recommended

### Windows

no special instructions, package manager is recommended
## Minimum Version

This plugin requires the following minimum version of Binary Ninja:

 * 1401



## Required Dependencies

The following dependencies are required for this plugin:



## License

This plugin is released under a MIT license.
## Metadata Version

2