Skip to content

Commit

Permalink
Update tips.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
torusrxxx committed Jul 13, 2020
1 parent f5c845d commit bd534ad
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions gui/tips.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ Search for strings
------------------

You can use the following methods to search for string:
* Search for / Pattern: you will be asked to provide a string to search, and x64dbg will search for it and display the results in the references view.
* Search for / Strings references: x64dbg will search all pointers that look like an ANSI or Unicode string and display the results in the references view. However, it only supports string in Latin language. **If you need to search for strings in other languages, please install appropriate plugins.**
* Search for / Constant: search for a constant that is the first DWORD/QWORD of the string.

- Search for / Pattern: you will be asked to provide a string to search, and x64dbg will search for it and display the results in the references view.
- Search for / Strings references: x64dbg will search all pointers that look like an ANSI or Unicode string and display the results in the references view. However, it only supports string in Latin language. **If you need to search for strings in other languages, please install appropriate plugins.**
- Search for / Constant: search for a constant that is the first DWORD/QWORD of the string.

0 comments on commit bd534ad

Please sign in to comment.