diff options
| author | Brian Potchik <brian@vector35.com> | 2025-03-17 13:12:18 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2025-03-17 13:12:18 -0400 |
| commit | eeb1402948a3bc9ef66635f42229ab165b163285 (patch) | |
| tree | 52385ca71e236b2989e665f345aed593f7943223 /binaryninjaapi.h | |
| parent | 1652efdc43aa3acbd570c1f042a35da458538bb4 (diff) | |
Add search mode detection feedback in find dialog for advanced binary search.
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 15b62e25..2e4ec080 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -6490,6 +6490,8 @@ namespace BinaryNinja { const FunctionViewType& viewType, const std::function<bool(size_t current, size_t total)>& progress, const std::function<bool(uint64_t addr, const LinearDisassemblyLine& line)>& matchCallback); + std::string DetectSearchMode(const std::string& query); + bool Search(const std::string& query, const std::function<bool(size_t current, size_t total)>& progressCallback, const std::function<bool(uint64_t addr, const DataBuffer& buffer)>& matchCallback); |
