summaryrefslogtreecommitdiff
path: root/python/binaryview.py
diff options
context:
space:
mode:
authorJordan Wiens <github@psifertex.com>2025-11-02 16:46:51 -0500
committerJordan Wiens <github@psifertex.com>2025-11-02 16:46:56 -0500
commit01c9f9a2df334909fae97abdfe695b620c7161bb (patch)
tree90d04079d00e9980fdc242c1064e7e907eb9b3f4 /python/binaryview.py
parent9f246647383e4b237d79dd5a4488978e9cd11909 (diff)
add more keywords to search API
Diffstat (limited to 'python/binaryview.py')
-rw-r--r--python/binaryview.py2
1 files changed, 1 insertions, 1 deletions
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