You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guide/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -534,7 +534,7 @@ The normal find dialog also exists as a sidebar panel that allows persistent, ta
534
534
535
535
The search types are available from a drop-down next to the text input field and include:
536
536
537
-
- Advanced Binary Search: A new search type using the [bv.search](https://dev-api.binary.ninja/binaryninja.binaryview-module.html#binaryninja.binaryview.BinaryView.search) syntax (supporting regular expressions and wildcard hex strings)
537
+
- Advanced Binary Search: A new search type using the [bv.search](https://api.binary.ninja/binaryninja.binaryview-module.html#binaryninja.binaryview.BinaryView.search) syntax (supporting regular expressions and wildcard hex strings)
538
538
- Escaped: Escaped strings such as `OneString\x09\Tabsx09Another`
539
539
- Hex: All values much be valid hex characters such as `ebfffc390` and the bytes will only be searched for in this particular order
540
540
- Raw: A simple string search that matches the exact string as specified
0 commit comments