From 6ca568ccbac91e22c9191fd945c42311a89ff9d9 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Thu, 6 Nov 2025 00:20:24 -0500 Subject: Add Container Browser documentation. --- docs/dev/index.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/dev/index.md') 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) -- cgit v1.3.1