diff options
| author | Xusheng <xusheng@vector35.com> | 2025-04-09 12:58:58 +0800 |
|---|---|---|
| committer | Xusheng <xusheng@vector35.com> | 2025-04-09 12:58:58 +0800 |
| commit | d4f7a4b26baee92d273328a6b24d90f23a9a6c2f (patch) | |
| tree | e8a7cc7321fc81ccd890ade3a1ec1ce7fcff6caf /binaryninjaapi.h | |
| parent | 4403757cf9f0ad1cbca6f99d46b45f534edc66c0 (diff) | |
Expose AnalysisState through the API
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 5c292481..2fe2ed09 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -6109,6 +6109,7 @@ namespace BinaryNinja { AnalysisInfo GetAnalysisInfo(); BNAnalysisProgress GetAnalysisProgress(); + BNAnalysisState GetAnalysisState(); Ref<BackgroundTask> GetBackgroundAnalysisTask(); /*! Returns the virtual address of the Function that occurs after the virtual address `addr` |
