diff options
| author | Xusheng <xusheng@vector35.com> | 2021-06-15 12:59:52 +0800 |
|---|---|---|
| committer | Xusheng <xusheng@vector35.com> | 2021-08-05 15:42:19 +0800 |
| commit | 74b2b09fa122680bc024dc731ae43e5f48586330 (patch) | |
| tree | 737c1339b82e683e876a997ef220bc7082550bed /binaryninjaapi.h | |
| parent | a5a34fe70a2130a9bdd82eeaa31d427f607b3022 (diff) | |
Also return the incomingType member in TypeFieldReference
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 a726b843..a4c723dd 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -1300,6 +1300,7 @@ __attribute__ ((format (printf, 1, 2))) Ref<Architecture> arch; uint64_t addr; size_t size; + Confidence<Ref<Type>> incomingType; }; struct ILReferenceSource |
