summaryrefslogtreecommitdiff
path: root/docs/dev/bnil-mlil.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-mlil.md
parentd45c101e01d358b127ba8f402b104362a1317959 (diff)
add better BNIL API documentation examples
Diffstat (limited to 'docs/dev/bnil-mlil.md')
-rw-r--r--docs/dev/bnil-mlil.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/dev/bnil-mlil.md b/docs/dev/bnil-mlil.md
index 643e7ce6..dadd0d01 100644
--- a/docs/dev/bnil-mlil.md
+++ b/docs/dev/bnil-mlil.md
@@ -1,4 +1,5 @@
# Binary Ninja Intermediate Language Series, Part 2: Medium Level IL
+# Binary Ninja Intermediate Language: Medium Level IL
The Medium Level Intermediate Language (MLIL) is the second major representation in the Binary Ninja Intermediate Language (BNIL) family of intermediate languages. Much like [LLIL](./bnil-llil.md) this representation is tree based and has many of the same instructions. This representation is distinct in a few key ways.