diff options
| author | Rusty Wagner <rusty@vector35.com> | 2015-03-03 00:19:53 -0500 |
|---|---|---|
| committer | Rusty Wagner <rusty@vector35.com> | 2015-03-03 00:19:53 -0500 |
| commit | e1acceecfd1a9b30a1fa19599dce049b50dfaa36 (patch) | |
| tree | 98f8320c53f2217b0ee31284400de838cf72afee /binaryninjaapi.h | |
| parent | e931fbb18ed367745411592e3c408c1a04155a57 (diff) | |
Fix crashes on file close when analysis is still running
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 ce400e38..d94e7ca7 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -365,6 +365,7 @@ namespace BinaryNinja void AddFunctionForAnalysis(Architecture* arch, uint64_t addr); void AddEntryPointForAnalysis(Architecture* arch, uint64_t start); void UpdateAnalysis(); + void AbortAnalysis(); std::vector<Ref<Function>> GetAnalysisFunctionList(); Ref<Function> GetAnalysisFunction(Architecture* arch, uint64_t addr); |
