From d73a52228ff3d8485834be008420a9c9aed1bc93 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Fri, 13 Mar 2026 18:12:33 -0400 Subject: add initial quark arch docs and fix up pages with invalid TOCs --- docs/dev/cookbook.md | 2 -- 1 file changed, 2 deletions(-) (limited to 'docs/dev/cookbook.md') diff --git a/docs/dev/cookbook.md b/docs/dev/cookbook.md index 5a457806..e4740a1e 100644 --- a/docs/dev/cookbook.md +++ b/docs/dev/cookbook.md @@ -9,8 +9,6 @@ One of the best ways to learn a complicated API is to simply find the right exam That said, most of those examples tend to be more complex and so the following recipes are meant to be simple but useful building-blocks with which to learn useful techniques. Many of them also make use of the built-in Python console's [magic variables](../guide/index.md#magic-console-variables): -# Recipes - ## Loading Files & Databases When scripting from the Binary Ninja UI, the `bv` magic variable is already defined and available in the Python console or scripts loaded via `File -> Run Script...`. You can directly use `bv` to access the currently open binary. -- cgit v1.3.1