summaryrefslogtreecommitdiff
path: root/docs/dev
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2018-08-27 19:10:25 -0400
committerJordan Wiens <jordan@psifertex.com>2018-08-27 19:10:25 -0400
commit6a62aa029f791d848f91b4ce514fca127d4a9afe (patch)
treeba4a140f168fa5cb93f437a181cd8cf384dd3d1e /docs/dev
parenta173cda05dcc95c352e6659398de257978efa4c5 (diff)
move img files for new mkdocs version
Diffstat (limited to 'docs/dev')
-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 4f5ff0c3..71cedd96 100644
--- a/docs/dev/bnil-llil.md
+++ b/docs/dev/bnil-llil.md
@@ -2,7 +2,7 @@
The Binary Ninja Intermediate Language (BNIL) is a semantic representation of the assembly language instructions for a native architecture in Binary Ninja. BNIL is actually a family of intermediate languages that work together to provide functionality at different abstraction layers. 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.
-![BNIL-LLIL Selected](/images/BNIL.png)
+![BNIL-LLIL Selected](/img/BNIL.png)
The Lifted IL is very similar to the LLIL and is primarily of interest for Architecture plugin authors. If you're writing an analysis plugin, you'll always want to be working at LLIL or higher. During each stage of the lifting process a number of transformations take place, and each layer of IL can have different instructions. Because of this, you can not rely on an instruction from one layer existing in another.
@@ -10,7 +10,7 @@ The Lifted IL is very similar to the LLIL and is primarily of interest for Archi
Since doing is the easiest way to learn lets start with a simple example binary and step through analyzing it using the python console.
-![Low Level IL Option >](/images/llil_option.png)
+![Low Level IL Option >](/img/llil_option.png)
- Download [chal1](../files/chal1) and open it with Binary Ninja
- Next, bring up the `Low Level IL` view by clicking in the options pane at the bottom of the screen