diff options
| author | Rusty Wagner <rusty@vector35.com> | 2017-07-24 20:10:18 -0400 |
|---|---|---|
| committer | Rusty Wagner <rusty@vector35.com> | 2017-07-24 20:10:18 -0400 |
| commit | 111add984b0a517966f133ae69c51d2084dee985 (patch) | |
| tree | 72af9e99dc062a395a7ffa5435af17481325d8c9 /binaryninjacore.h | |
| parent | 23091d4734fede77b4da90bc14d5ba2e49b33fc2 (diff) | |
Adding size of stack var refs, source operand in MLIL
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 9bca447d..01c78ff4 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -826,6 +826,7 @@ extern "C" struct BNMediumLevelILInstruction { BNMediumLevelILOperation operation; + uint32_t sourceOperand; size_t size; uint64_t operands[5]; uint64_t address; @@ -1253,6 +1254,7 @@ extern "C" char* name; uint64_t varIdentifier; int64_t referencedOffset; + size_t size; }; struct BNIndirectBranchInfo |
