summaryrefslogtreecommitdiff
path: root/docs/dev/bnil-llil.md
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2022-07-27 10:45:03 -0400
committerJordan Wiens <jordan@psifertex.com>2022-07-27 10:49:52 -0400
commit45a370964fd2e672fb672963accd519663cda677 (patch)
treed2c3829d8b24e787d5d150911482e032e54d1892 /docs/dev/bnil-llil.md
parentd45c101e01d358b127ba8f402b104362a1317959 (diff)
add better BNIL API documentation examples
Diffstat (limited to 'docs/dev/bnil-llil.md')
-rw-r--r--docs/dev/bnil-llil.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/dev/bnil-llil.md b/docs/dev/bnil-llil.md
index ca3a8379..2a339371 100644
--- a/docs/dev/bnil-llil.md
+++ b/docs/dev/bnil-llil.md
@@ -1,4 +1,4 @@
-# Binary Ninja Intermediate Language Series, Part 1: Low Level IL
+# Binary Ninja Intermediate Language: Low Level IL
Make sure to checkout the [BNIL overview](bnil-overview.md) first if you haven't already. Or feel free to skip to [part 2](bnil-mlil.md) which covers MLIL. This developer guide is intended to cover some of the mechanics of the LLIL to distinguish it from the other ILs in the BNIL family.
@@ -312,4 +312,4 @@ The rest of the instructions are pretty much self-explanatory to anyone with fam
* `LLIL_FLAG_BIT_SSA ` -
* `LLIL_FLAG_PHI ` -
* `LLIL_FLAG_SSA ` -
-* `LLIL_TAILCALL_SSA ` - \ No newline at end of file
+* `LLIL_TAILCALL_SSA ` -