diff options
| author | Rusty Wagner <rusty@vector35.com> | 2020-01-13 20:35:50 -0500 |
|---|---|---|
| committer | Rusty Wagner <rusty@vector35.com> | 2020-02-04 13:59:10 -0500 |
| commit | c34ac521dd6022d522053712833943c699bedb3f (patch) | |
| tree | 2a3e345b65ee506cb6380c317d427157f536d04a /binaryninjaapi.h | |
| parent | bb1fe1d4b3956f92810c107a35355d2622209c99 (diff) | |
Add registered name to type objects
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 469850fa..ba863efa 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -2481,6 +2481,7 @@ __attribute__ ((format (printf, 1, 2))) Confidence<BNMemberAccess> GetAccess() const; Confidence<int64_t> GetStackAdjustment() const; QualifiedName GetStructureName() const; + Ref<NamedTypeReference> GetRegisteredName() const; uint64_t GetElementCount() const; uint64_t GetOffset() const; |
