From 3488068810307387117626066240761195266659 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Sun, 30 Jun 2024 18:14:39 -0400 Subject: Add fuzzy completion to the python console Co-Authored-By: Rusty Wagner Co-Authored-By: Kyle Miles --- binaryninjaapi.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 0a1fab7c..f7362240 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -1215,6 +1215,8 @@ namespace BinaryNinja { return result; } + std::optional FuzzyMatchSingle(const std::string& target, const std::string& query); + /*! @} */ -- cgit v1.3.1