diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2020-04-28 04:17:12 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2020-04-28 04:22:32 -0400 |
| commit | 40071b015d7ba28842d64bb783168914d058b8d8 (patch) | |
| tree | a9e7bdb02e4e4841bdae2f1eece2d1a2dab3a591 /docs/dev/bnil-mlil.md | |
| parent | 966fd878a020263af0a7a190cd981a75bfeec45d (diff) | |
adding BNIL overview
Diffstat (limited to 'docs/dev/bnil-mlil.md')
| -rw-r--r-- | docs/dev/bnil-mlil.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/dev/bnil-mlil.md b/docs/dev/bnil-mlil.md index 305c836d..545d72df 100644 --- a/docs/dev/bnil-mlil.md +++ b/docs/dev/bnil-mlil.md @@ -282,9 +282,9 @@ The parameter list can be accessed through the ``params`` property: * ``MLIL_RET`` - Return to the calling function. * ``MLIL_RET_HINT`` - Indirect jump to ``dest`` expression (only used in internal analysis passes.) * ``MLIL_NORET`` - This instruction will never be executed, the instruction before it is a call that doesn't return -* ``MLIL_IF`` - Branch to the ``true``/``false`` mlil instruction identifier depending on the result of the ``condition`` expression +* ``MLIL_IF`` - Branch to the ``true``/``false`` MLIL instruction identifier depending on the result of the ``condition`` expression * ``MLIL_GOTO`` - Branch to the ``dest`` expression id -* ``MLIL_TAILCALL`` - This instruction calls an the expression ``dest`` using ``params`` as input and ``output`` for return values +* ``MLIL_TAILCALL`` - This instruction calls the expression ``dest`` using ``params`` as input and ``output`` for return values * ``MLIL_SYSCALL`` - Make a system/service call with parameters ``params`` and output ``output`` * ``MLIL_SYSCALL_UNTYPED`` - Makes a system/service call, but an exact set of parameters couldn't be determined. |
