diff options
| author | Rusty Wagner <rusty@vector35.com> | 2016-08-30 21:59:40 -0400 |
|---|---|---|
| committer | Rusty Wagner <rusty@vector35.com> | 2016-08-30 21:59:40 -0400 |
| commit | 3978e18b09ca745fd08defb8f00fbece267beaf2 (patch) | |
| tree | 5c5bf1ded8c38f3f18874f5990641f701fd194a7 /binaryview.cpp | |
| parent | 827662fbb6caa9d0aa3089cafb20a578a68eaee7 (diff) | |
Add API to reanalyze
Diffstat (limited to 'binaryview.cpp')
| -rw-r--r-- | binaryview.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/binaryview.cpp b/binaryview.cpp index 14393930..6631f3d6 100644 --- a/binaryview.cpp +++ b/binaryview.cpp @@ -1440,6 +1440,12 @@ bool BinaryView::FindNextData(uint64_t start, const DataBuffer& data, uint64_t& } +void BinaryView::Reanalyze() +{ + BNReanalyzeAllFunctions(m_object); +} + + BinaryData::BinaryData(FileMetadata* file): BinaryView(BNCreateBinaryDataView(file->GetObject())) { } |
