summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
diff options
context:
space:
mode:
authorRusty Wagner <rusty@vector35.com>2017-05-03 23:37:30 -0400
committerRusty Wagner <rusty@vector35.com>2017-05-03 23:37:30 -0400
commit26c8f70fd837baec98bcf2aac89ae658c5590013 (patch)
treec7bf02f87133b36c40e756f63bbf570a6bdbd3cc /binaryninjacore.h
parent04474d6ae818ddfa9978ffac6f1cdcaae56a87b5 (diff)
Adding IL instruction for truncating result to smaller value
Diffstat (limited to 'binaryninjacore.h')
-rw-r--r--binaryninjacore.h2
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)