Skip to content

Commit 01c9f9a

Browse files
committed
add more keywords to search API
1 parent 9f24664 commit 01c9f9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/binaryview.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9626,7 +9626,7 @@ def search(self, pattern: str, start: int = None, end: int = None, raw: bool = F
96269626
limit: int = None, progress_callback: Optional[ProgressFuncType] = None, match_callback: Optional[DataMatchCallbackType] = None) -> QueueGenerator:
96279627
r"""
96289628
Searches for matches of the specified ``pattern`` within this BinaryView with an optionally provided address range specified by ``start`` and ``end``.
9629-
The search pattern can be interpreted in various ways:
9629+
This is the API used by the advanced binary search UI option. The search pattern can be interpreted in various ways:
96309630
96319631
- specified as a string of hexadecimal digits where whitespace is ignored, and the '?' character acts as a wildcard
96329632
- a regular expression suitable for working with bytes

0 commit comments

Comments
 (0)