mirror of
https://github.com/x64dbg/x64dbg
synced 2026-08-11 18:23:06 -04:00
641 B
641 B
Inability
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. Update: x64dbg now provides support for non-English strings through a generic algorithm.
- Other pending issues at issues.x64dbg.com.