From 74b2b09fa122680bc024dc731ae43e5f48586330 Mon Sep 17 00:00:00 2001 From: Xusheng Date: Tue, 15 Jun 2021 12:59:52 +0800 Subject: Also return the incomingType member in TypeFieldReference --- binaryninjaapi.h | 1 + 1 file changed, 1 insertion(+) (limited to 'binaryninjaapi.h') 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 arch; uint64_t addr; size_t size; + Confidence> incomingType; }; struct ILReferenceSource -- cgit v1.3.1