diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2022-05-25 02:54:04 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2022-05-25 02:54:04 -0400 |
| commit | f5715d76bb50fbaaaad450aecf9c192e8450e0d9 (patch) | |
| tree | 615135c7a16a9c98326d7880c028b93ce8ada1b0 /docs/getting-started.md | |
| parent | e169bb771f0735438dc7cedaea2a0cc0785f2a51 (diff) | |
remove escaping around startup.py header
Diffstat (limited to 'docs/getting-started.md')
| -rw-r--r-- | docs/getting-started.md | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
