diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2025-05-20 14:46:22 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2025-05-20 14:46:22 -0400 |
| commit | d4115b628a90ed70b65c9b58a9dc10cf53d58e2d (patch) | |
| tree | 9edbf5732ea36e6e623a9f9e11b9efa66f318db4 /docs/dev | |
| parent | 858831077c6cd35160cd802e4f5e6953da5b5aeb (diff) | |
fix error in debug report example
Diffstat (limited to 'docs/dev')
| -rw-r--r-- | docs/dev/bnil-hlil.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/dev/bnil-hlil.md b/docs/dev/bnil-hlil.md index 5b9da995..4829ad4a 100644 --- a/docs/dev/bnil-hlil.md +++ b/docs/dev/bnil-hlil.md @@ -19,7 +19,7 @@ The High Level Intermediate Language (HLIL) is Binary Ninja's decompiler output. To observe the transformartions that occur from MLIL to HLIL, you can use the built-in [`debug report`](https://api.binary.ninja/binaryninja.function-module.html#binaryninja.function.Function.request_debug_report) API: ```py -> request_debug_report("hlil") +> current_function.request_debug_report("hlil") ```  @@ -163,4 +163,4 @@ not exist * `HLIL_UNIMPL_MEM` - The expression is not implemented but does access `src` memory * `HLIL_BLOCK` - * `HLIL_LABEL` - -* `HLIL_UNREACHABLE` -
\ No newline at end of file +* `HLIL_UNREACHABLE` - |
