diff options
Diffstat (limited to 'function.cpp')
| -rw-r--r-- | function.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/function.cpp b/function.cpp index 89420f8c..07f685a5 100644 --- a/function.cpp +++ b/function.cpp @@ -2488,6 +2488,12 @@ Confidence<RegisterValue> Function::GetRegisterValueAtExit(uint32_t reg) const } +void Function::Analyze() +{ + BNAnalyzeFunction(m_object); +} + + void Function::Reanalyze(BNFunctionUpdateType type) { BNReanalyzeFunction(m_object, type); |
