summaryrefslogtreecommitdiff
path: root/docs/guide
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2023-11-21 10:50:02 -0500
committerJordan Wiens <jordan@psifertex.com>2023-11-21 10:50:02 -0500
commitb040fcfce48db861600eeb122cd0e2ff802fac96 (patch)
treeebd95e779c22e8aad1b6c0073ba70b3d8a36531d /docs/guide
parent7259170670495345587117922735439997869754 (diff)
fix documentation keyword current_raw_offset
Diffstat (limited to 'docs/guide')
-rw-r--r--docs/guide/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guide/index.md b/docs/guide/index.md
index 5b114f45..0832288c 100644
--- a/docs/guide/index.md
+++ b/docs/guide/index.md
@@ -633,7 +633,7 @@ The interactive python prompt also has several built-in functions and variables:
- `here` / `current_address`: address of the current selection. It's settable too and will navigate the UI if changed
- `current_selection`: a tuple of the start and end addresses of the current selection. It's settable and will change the current selection
-- `current_file_offset`: the file offset that corresponds the current address. It's settable and will navigate to the corresponding file offset
+- `current_raw_offset`: the file offset that corresponds the current address. It's settable and will navigate to the corresponding file offset
- `bv` / `current_view` / : the current [BinaryView](https://api.binary.ninja/binaryninja.binaryview-module.html#binaryninja.binaryview.BinaryView)
- `current_function`: the current [Function](https://api.binary.ninja/binaryninja.function-module.html#binaryninja.function.Function)
- `current_basic_block`: the current [BasicBlock](https://api.binary.ninja/binaryninja.basicblock-module.html#binaryninja.basicblock.BasicBlock)