diff options
| author | Rusty Wagner <rusty@vector35.com> | 2018-08-17 22:11:20 -0400 |
|---|---|---|
| committer | Rusty Wagner <rusty@vector35.com> | 2018-08-17 22:11:20 -0400 |
| commit | 8e320c4be695cd47ae93673320d525ce513cec90 (patch) | |
| tree | c04f8c9c3a05016fd5bce94496c1a9fe72fd137e /binaryninjaapi.h | |
| parent | 1df50c8093bf3b949055d2670836fa1bb742fc1b (diff) | |
Fix report collection reference count bug and add debug report support
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 67d2f7f8..32ed38d2 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -2545,6 +2545,8 @@ namespace BinaryNinja void SetAnalysisSkipOverride(BNFunctionAnalysisSkipOverride skip); Ref<FlowGraph> GetUnresolvedStackAdjustmentGraph(); + + void RequestDebugReport(const std::string& name); }; class AdvancedFunctionAnalysisDataRequestor |
