summaryrefslogtreecommitdiff
path: root/docs/dev/bnil-mlil.md
diff options
context:
space:
mode:
authorJordan Wiens <github@psifertex.com>2026-03-13 18:12:33 -0400
committerJordan Wiens <github@psifertex.com>2026-03-13 18:12:33 -0400
commitd73a52228ff3d8485834be008420a9c9aed1bc93 (patch)
treea54640a1400006a98d2eb532bf30d788b8d4cc35 /docs/dev/bnil-mlil.md
parent4220b3f81fa441cc4d6440f53dce65d212a58fea (diff)
add initial quark arch docs and fix up pages with invalid TOCs
Diffstat (limited to 'docs/dev/bnil-mlil.md')
-rw-r--r--docs/dev/bnil-mlil.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/dev/bnil-mlil.md b/docs/dev/bnil-mlil.md
index 57cccb00..9a6aa6a3 100644
--- a/docs/dev/bnil-mlil.md
+++ b/docs/dev/bnil-mlil.md
@@ -1,4 +1,3 @@
-# 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.