summaryrefslogtreecommitdiff
path: root/python/examples/README.md
diff options
context:
space:
mode:
authorXusheng <xusheng@vector35.com>2021-07-01 12:34:30 +0800
committerXusheng Li <xushengli@protonmail.com>2021-07-05 10:11:47 +0800
commit13ff200ba134b8704f37eca99c42b70dab0d17dc (patch)
tree876b3db3c53f704b31152aeaede1f2edc9d27b24 /python/examples/README.md
parent4039a800349dcd587833d3e27d9137e4649818f4 (diff)
Remove snippet and kaitai plugin. Note their individual links.
Diffstat (limited to 'python/examples/README.md')
-rw-r--r--python/examples/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/examples/README.md b/python/examples/README.md
index 43af34be..c2099c3b 100644
--- a/python/examples/README.md
+++ b/python/examples/README.md
@@ -25,6 +25,8 @@ These plugins require the UI to be running
* jump_table.py - heuristic based jump table detection for when the data-flow based computation fails, triggered by right-clicking on the location where the jump value is computed
* angr_plugin.py - a plugin to demonstrate both background threads, the simplified plugin UI elements, and highlighting
* export_svg.py - exports the graph view of a function to an SVG file for including in reports
+* [Snippets](https://github.com/Vector35/snippets) - powerful code-editing plugin for writing and managing python code-snippets with syntax highlightingd, hotkey binding and other features
+* [Kaitai](https://github.com/Vector35/kaitai) - allows you to browse a hex dump within Binary Ninja with a tree view informed by [Kaitai Struct](https://kaitai.io).
## Both