diff options
| author | Brian Potchik <brian@vector35.com> | 2025-03-07 17:01:32 -0500 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2025-03-07 17:01:32 -0500 |
| commit | fdff8c85a51c4b77e4e25226ab4b2efb8d31ab9d (patch) | |
| tree | 73908a12fe75e9deea78b73639e12a3365cfa211 /binaryninjacore.h | |
| parent | 6330e5c014d300288a2d882297a36d9adf7c35fe (diff) | |
Resolve analysis pipeline suspend processing and integrate with existing core functionality.
Diffstat (limited to 'binaryninjacore.h')
| -rw-r--r-- | binaryninjacore.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h index 55b5c2be..baf5eb14 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -3164,7 +3164,8 @@ extern "C" ExceedFunctionUpdateCountSkipReason, NewAutoFunctionAnalysisSuppressedReason, BasicAnalysisSkipReason, - IntermediateAnalysisSkipReason + IntermediateAnalysisSkipReason, + AnalysisPipelineSuspendedReason } BNAnalysisSkipReason; typedef enum BNSettingsScope |
