diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2022-08-26 12:19:01 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2022-08-26 12:19:01 -0400 |
| commit | 18358328e51883e6658828d39be0f9c45a0d3094 (patch) | |
| tree | 5578eab1b310cf77b42c228855ffad7a68de95f6 /docs | |
| parent | 67c7f90a4c701be78d03f66e4e6d3be8eb95236d (diff) | |
rename current_file_offset to current_raw_offset
Diffstat (limited to 'docs')
| -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 05b5419e..d6c6adc3 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -526,7 +526,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) |
