Skip to content

Commit d4115b6

Browse files
committed
fix error in debug report example
1 parent 8588310 commit d4115b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/dev/bnil-hlil.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The High Level Intermediate Language (HLIL) is Binary Ninja's decompiler output.
1919
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:
2020

2121
```py
22-
> request_debug_report("hlil")
22+
> current_function.request_debug_report("hlil")
2323
```
2424

2525
![HLIL Debug Report](../img/hlil-debug-report.png)
@@ -163,4 +163,4 @@ not exist
163163
* `HLIL_UNIMPL_MEM` - The expression is not implemented but does access `src` memory
164164
* `HLIL_BLOCK` -
165165
* `HLIL_LABEL` -
166-
* `HLIL_UNREACHABLE` -
166+
* `HLIL_UNREACHABLE` -

0 commit comments

Comments
 (0)