Skip to content

Commit

Permalink
x64dbg now support non-English strings
Browse files Browse the repository at this point in the history
  • Loading branch information
torusrxxx committed Aug 9, 2020
1 parent d4bb877 commit 59138cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions introduction/inability.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
This section gives a list of features currently not supported in x64dbg. You are always welcome to contribute to x64dbg to help fixing them.

* Fine-grained memory breakpoint. Unlike other debuggers, memory breakpoint is supported only on a whole memory page, but not on a subrange of the memory page.
* Search for non-English strings. Searching for non-English strings via the built-in strings search may not be able to find all the non-English strings.
* Other pending issues at [issues.x64dbg.com](http://issues.x64dbg.com).
* Search for non-English strings. Searching for non-English strings via the built-in strings search may not be able to find all the non-English strings. **Update: x64dbg now provides support for non-English strings through a generic algorithm.**
* Other pending issues at [issues.x64dbg.com](http://issues.x64dbg.com).

0 comments on commit 59138cd

Please sign in to comment.