summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
authorXusheng <xusheng@vector35.com>2021-06-15 12:59:52 +0800
committerXusheng <xusheng@vector35.com>2021-08-05 15:42:19 +0800
commit74b2b09fa122680bc024dc731ae43e5f48586330 (patch)
tree737c1339b82e683e876a997ef220bc7082550bed /binaryninjaapi.h
parenta5a34fe70a2130a9bdd82eeaa31d427f607b3022 (diff)
Also return the incomingType member in TypeFieldReference
Diffstat (limited to 'binaryninjaapi.h')
-rw-r--r--binaryninjaapi.h1
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