From 01c9f9a2df334909fae97abdfe695b620c7161bb Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Sun, 2 Nov 2025 16:46:51 -0500 Subject: add more keywords to search API --- python/binaryview.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/binaryview.py') diff --git a/python/binaryview.py b/python/binaryview.py index f47fbf4a..786a06d9 100644 --- a/python/binaryview.py +++ b/python/binaryview.py @@ -9626,7 +9626,7 @@ to a the type "tagRECT" found in the typelibrary "winX64common" limit: int = None, progress_callback: Optional[ProgressFuncType] = None, match_callback: Optional[DataMatchCallbackType] = None) -> QueueGenerator: r""" Searches for matches of the specified ``pattern`` within this BinaryView with an optionally provided address range specified by ``start`` and ``end``. - The search pattern can be interpreted in various ways: + This is the API used by the advanced binary search UI option. The search pattern can be interpreted in various ways: - specified as a string of hexadecimal digits where whitespace is ignored, and the '?' character acts as a wildcard - a regular expression suitable for working with bytes -- cgit v1.3.1