From eeb1402948a3bc9ef66635f42229ab165b163285 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Mon, 17 Mar 2025 13:12:18 -0400 Subject: Add search mode detection feedback in find dialog for advanced binary search. --- binaryninjaapi.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'binaryninjaapi.h') 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& progress, const std::function& matchCallback); + std::string DetectSearchMode(const std::string& query); + bool Search(const std::string& query, const std::function& progressCallback, const std::function& matchCallback); -- cgit v1.3.1