From 13ff200ba134b8704f37eca99c42b70dab0d17dc Mon Sep 17 00:00:00 2001 From: Xusheng Date: Thu, 1 Jul 2021 12:34:30 +0800 Subject: Remove snippet and kaitai plugin. Note their individual links. --- python/examples/README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'python/examples/README.md') 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 -- cgit v1.3.1