diff options
| author | Brian Potchik <brian@vector35.com> | 2017-08-28 17:04:24 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2017-08-28 17:04:24 -0400 |
| commit | 09af54fba214ee5e0baf6a9bacce0ceebbd34deb (patch) | |
| tree | 358e3a408ae5a230bede71758c9e1e131a0ca835 /binaryninjaapi.h | |
| parent | da388dd42cdee70facb084b3012214ca33014fa7 (diff) | |
Add AddAnalysisOption API to support Initial LinearSweep Core.
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 1cd65744..5fb95021 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -1185,6 +1185,7 @@ namespace BinaryNinja void RegisterNotification(BinaryDataNotification* notify); void UnregisterNotification(BinaryDataNotification* notify); + void AddAnalysisOption(const std::string& name); void AddFunctionForAnalysis(Platform* platform, uint64_t addr); void AddEntryPointForAnalysis(Platform* platform, uint64_t start); void RemoveAnalysisFunction(Function* func); |
