diff options
| author | Jordan Wiens <github@psifertex.com> | 2019-07-18 09:48:51 -0400 |
|---|---|---|
| committer | Jordan Wiens <github@psifertex.com> | 2019-07-18 09:48:51 -0400 |
| commit | eef2069f43fc1820502d8b2565411c476b7ffade (patch) | |
| tree | 899c11ea08dab2b04741db93d617e00044d30a3a | |
| parent | 0082df357b828d85b34901381928d3b9025ee8f4 (diff) | |
add support for customized analysis cache size
| -rw-r--r-- | binaryninjacore.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h index 9ff0e1e7..b154b4d1 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -1681,6 +1681,7 @@ extern "C" bool suppressNewAutoFunctionAnalysis; BNAnalysisMode mode; bool alwaysAnalyzeIndirectBranches; + size_t advancedAnalysisCacheSize; }; struct BNDownloadInstanceOutputCallbacks |
