summaryrefslogtreecommitdiff
path: root/docs/dev/index.md
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2025-11-06 00:20:24 -0500
committerBrian Potchik <brian@vector35.com>2025-11-06 00:20:24 -0500
commit6ca568ccbac91e22c9191fd945c42311a89ff9d9 (patch)
treea477eaf83b30033d3ca23be2d314fd3731585b56 /docs/dev/index.md
parent7f97cc3da7c73bb06d891870ebbfc306421892de (diff)
Add Container Browser documentation.
Diffstat (limited to 'docs/dev/index.md')
-rw-r--r--docs/dev/index.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/dev/index.md b/docs/dev/index.md
index 01c355a4..94772b25 100644
--- a/docs/dev/index.md
+++ b/docs/dev/index.md
@@ -11,6 +11,7 @@ The Binary Ninja API is available through a [Core API](#core-api), through the [
The Python API is the most common third-party API and is used in many [public plugins](https://github.com/vector35/community-plugins). Here's a list of the most important Python API documentation resources:
- [Writing Python Plugins](plugins.md)
+ - [Container Transforms](containertransforms.md) - Creating custom container/archive decoders
- [Applying Annotations](annotation.md)
- [Script Cookbook](cookbook.md) with common examples and concepts explained
- [Python API Reference](https://api.binary.ninja/) (available offline via the Help menu)