diff options
| author | Xusheng <xusheng@vector35.com> | 2024-08-08 16:57:59 +0800 |
|---|---|---|
| committer | Xusheng <xusheng@vector35.com> | 2024-08-13 15:17:23 +0800 |
| commit | 2e31fd204efbbb035981088a5cb7d3890034b98a (patch) | |
| tree | 4ce89b4bc8a32829081df633fe4679a434c4db51 /binaryninjaapi.h | |
| parent | c6623fa5f2682f506d2d399d1b12547a195565f7 (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.h | 3 |
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 |
