diff options
| author | Rusty Wagner <rusty@vector35.com> | 2017-07-18 00:20:01 -0400 |
|---|---|---|
| committer | Rusty Wagner <rusty@vector35.com> | 2017-07-18 00:20:01 -0400 |
| commit | bf9d72bbae638a42f0b93a9053dffcb1f5e79ff3 (patch) | |
| tree | d51024630f854d32782a2e24e584fb43557b542c /binaryninjaapi.h | |
| parent | 18083837fe452a91e457f02ed8be2abf5fc66877 (diff) | |
Add instruction for indirect structure access
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 20752370..4f46cd44 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -1842,6 +1842,7 @@ namespace BinaryNinja void SetTypeName(const QualifiedName& name); uint64_t GetElementCount() const; + uint64_t GetOffset() const; void SetFunctionCanReturn(const Confidence<bool>& canReturn); |
