From 2e31fd204efbbb035981088a5cb7d3890034b98a Mon Sep 17 00:00:00 2001 From: Xusheng Date: Thu, 8 Aug 2024 16:57:59 +0800 Subject: Add a way to disable function analysis update and use it to supress analysis update during debugger launch --- binaryninjaapi.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index bf1421fd..eed15ac4 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -5038,6 +5038,9 @@ namespace BinaryNinja { */ void SetAnalysisHold(bool enable); + bool GetFunctionAnalysisUpdateDisabled(); + void SetFunctionAnalysisUpdateDisabled(bool disabled); + /*! start the analysis running and dont return till it is complete Analysis of BinaryViews does not occur automatically, the user must start analysis by calling either -- cgit v1.3.1