diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2022-07-27 10:45:03 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2022-07-27 10:49:52 -0400 |
| commit | 45a370964fd2e672fb672963accd519663cda677 (patch) | |
| tree | d2c3829d8b24e787d5d150911482e032e54d1892 /docs/dev/bnil-llil.md | |
| parent | d45c101e01d358b127ba8f402b104362a1317959 (diff) | |
add better BNIL API documentation examples
Diffstat (limited to 'docs/dev/bnil-llil.md')
| -rw-r--r-- | docs/dev/bnil-llil.md | 4 |
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 ` - |
