diff options
| author | Rusty Wagner <rusty@vector35.com> | 2020-02-07 21:02:12 -0500 |
|---|---|---|
| committer | Rusty Wagner <rusty@vector35.com> | 2020-04-17 14:20:40 -0400 |
| commit | 1a73fb21cea559e8da2cabb43176b0f183a937ee (patch) | |
| tree | 61b2ef1d07c66447011c7fcfaec24d9b3b82134a /binaryninjacore.h | |
| parent | 3d5a45d8bcc7f11f89b9da6cf63be95f6d8a2a52 (diff) | |
Add HLIL instructions for variable declarations
Diffstat (limited to 'binaryninjacore.h')
| -rw-r--r-- | binaryninjacore.h | 3 |
1 files changed, 3 insertions, 0 deletions
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, |
