From f5715d76bb50fbaaaad450aecf9c192e8450e0d9 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Wed, 25 May 2022 02:54:04 -0400 Subject: remove escaping around startup.py header --- docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/getting-started.md') diff --git a/docs/getting-started.md b/docs/getting-started.md index d0f3694d..6b554e1e 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -574,7 +574,7 @@ The interactive python prompt also has several built-in functions and variables: - `write_at_cursor(data)`: function that writes data to the start of the current selection - `get_selected_data()`: function that returns the data in the current selection -#### `startup.py` +#### startup.py The python interpreter can be customized to run scripts on startup using `startup.py` in your user folder. Simply enter commands into that file, and they will be executed every time Binary Ninja starts. By default, it comes with an import helper: -- cgit v1.3.1