summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
authorXusheng <xusheng@vector35.com>2024-08-08 16:57:59 +0800
committerXusheng <xusheng@vector35.com>2024-08-13 15:17:23 +0800
commit2e31fd204efbbb035981088a5cb7d3890034b98a (patch)
tree4ce89b4bc8a32829081df633fe4679a434c4db51 /binaryninjaapi.h
parentc6623fa5f2682f506d2d399d1b12547a195565f7 (diff)
Add a way to disable function analysis update and use it to supress analysis update during debugger launch
Diffstat (limited to 'binaryninjaapi.h')
-rw-r--r--binaryninjaapi.h3
1 files changed, 3 insertions, 0 deletions
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