diff options
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` - |
