diff options
Diffstat (limited to 'binaryninjacore.h')
| -rw-r--r-- | binaryninjacore.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h index f6ac4510..2384989e 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -293,7 +293,15 @@ extern "C" SectionStartLineType, SectionEndLineType, SectionSeparatorLineType, - NonContiguousSeparatorLineType + NonContiguousSeparatorLineType, + AnalysisWarningLineType + }; + + enum BNAnalysisWarningActionType + { + NoAnalysisWarningAction = 0, + ForceAnalysisWarningAction = 1, + ShowStackGraphWarningAction = 2 }; enum BNSymbolType |
