From ad71a51fef925779f5ae30b597efb9979607b693 Mon Sep 17 00:00:00 2001 From: Xusheng Date: Mon, 19 Apr 2021 17:04:24 +0800 Subject: render non-member access to type on a new line add Python API for retrieving all type fields referenced by code change m_updatesRequired to std::atomic_bool fix potential UAF after calling AnalysisCompletionEvent::Cancel() --- binaryninjaapi.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 6af35d69..8f9e8e61 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -1618,6 +1618,8 @@ __attribute__ ((format (printf, 1, 2))) std::vector GetCodeReferencesForTypeFieldFrom(ReferenceSource src); std::vector GetCodeReferencesForTypeFieldFrom(ReferenceSource src, uint64_t len); + std::vector GetAllFieldsReferencedByCode(const QualifiedName& type); + std::vector GetCallees(ReferenceSource addr); std::vector GetCallers(uint64_t addr); -- cgit v1.3.1