diff options
| author | Rusty Wagner <rusty@vector35.com> | 2017-04-21 22:08:06 -0400 |
|---|---|---|
| committer | Rusty Wagner <rusty@vector35.com> | 2017-04-21 22:08:06 -0400 |
| commit | 095d7a42a0d2858b4240fbd041d8c22a01c7e571 (patch) | |
| tree | 94dc183ea3091653cbebfb068def78415b8b209f /binaryninjaapi.h | |
| parent | e673afe4b958b5f8f808ff8457d0664ccecce93a (diff) | |
Allowing rename of all types of variables
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 072bfb5a..8df46775 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -1838,7 +1838,7 @@ namespace BinaryNinja uint32_t sourceOperand; Ref<Type> type; std::string name; - int64_t startingOffset; + Variable var; int64_t referencedOffset; }; |
