summaryrefslogtreecommitdiff
path: root/binaryninjacore.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 /binaryninjacore.h
parenta5a34fe70a2130a9bdd82eeaa31d427f607b3022 (diff)
Also return the incomingType member in TypeFieldReference
Diffstat (limited to 'binaryninjacore.h')
-rw-r--r--binaryninjacore.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h
index df8d6d12..42eb2b59 100644
--- a/binaryninjacore.h
+++ b/binaryninjacore.h
@@ -1762,6 +1762,7 @@ extern "C"
BNArchitecture* arch;
uint64_t addr;
size_t size;
+ BNTypeWithConfidence incomingType;
};
struct BNILReferenceSource