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 /binaryninjaapi.h | |
| parent | 23091d4734fede77b4da90bc14d5ba2e49b33fc2 (diff) | |
Adding size of stack var refs, source operand in MLIL
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 4f46cd44..83d12d21 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -2062,6 +2062,7 @@ namespace BinaryNinja std::string name; Variable var; int64_t referencedOffset; + size_t size; }; struct IndirectBranchInfo |
