diff options
| author | Rusty Wagner <rusty@vector35.com> | 2017-05-03 23:37:30 -0400 |
|---|---|---|
| committer | Rusty Wagner <rusty@vector35.com> | 2017-05-03 23:37:30 -0400 |
| commit | 26c8f70fd837baec98bcf2aac89ae658c5590013 (patch) | |
| tree | c7bf02f87133b36c40e756f63bbf570a6bdbd3cc /binaryninjacore.h | |
| parent | 04474d6ae818ddfa9978ffac6f1cdcaae56a87b5 (diff) | |
Adding IL instruction for truncating result to smaller value
Diffstat (limited to 'binaryninjacore.h')
| -rw-r--r-- | binaryninjacore.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h index 730cbe8d..abb53a7b 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -313,6 +313,7 @@ extern "C" LLIL_NOT, LLIL_SX, LLIL_ZX, + LLIL_LOW_PART, LLIL_JUMP, LLIL_JUMP_TO, LLIL_CALL, @@ -751,6 +752,7 @@ extern "C" MLIL_NOT, MLIL_SX, MLIL_ZX, + MLIL_LOW_PART, MLIL_JUMP, MLIL_JUMP_TO, MLIL_CALL, // Not valid in SSA form (see MLIL_CALL_SSA) |
