From 4c88144acfbb58e29742e27949e5b02ef4c4108e Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Tue, 8 Mar 2022 16:09:00 -0500 Subject: Add bulk symbol management API to improve performance when adding/removing large numbers of symbols --- binaryview.cpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'binaryview.cpp') diff --git a/binaryview.cpp b/binaryview.cpp index 853e201a..ba812919 100644 --- a/binaryview.cpp +++ b/binaryview.cpp @@ -2411,6 +2411,18 @@ void BinaryView::DefineImportedFunction(Ref importAddressSym, Ref tagType) { BNAddTagType(m_object, tagType->GetObject()); -- cgit v1.3.1