From 1a73fb21cea559e8da2cabb43176b0f183a937ee Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Fri, 7 Feb 2020 21:02:12 -0500 Subject: Add HLIL instructions for variable declarations --- binaryninjacore.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'binaryninjacore.h') diff --git a/binaryninjacore.h b/binaryninjacore.h index 4e0fde4e..3ee4cc69 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -1065,6 +1065,8 @@ extern "C" HLIL_GOTO, HLIL_LABEL, + HLIL_VAR_DECLARE, + HLIL_VAR_INIT, HLIL_ASSIGN, HLIL_ASSIGN_UNPACK, HLIL_VAR, @@ -1157,6 +1159,7 @@ extern "C" HLIL_FCMP_UO, // The following instructions are only used in SSA form + HLIL_VAR_INIT_SSA, HLIL_ASSIGN_MEM_SSA, HLIL_ASSIGN_UNPACK_MEM_SSA, HLIL_VAR_SSA, -- cgit v1.3.1