x64dbg / x64dbg

An open-source user mode debugger for Windows. Optimized for reverse engineering and malware analysis.
http://x64dbg.com
Other
44.63k stars 2.42k forks source link

Recommendations for improvements in search capabilities #1663

Open freesoft0000 opened 7 years ago

freesoft0000 commented 7 years ago

Search for——string references

Can you stop halfway in search?. For example, you have searched for results or did not want to search. Because search is slow, it takes time. For example, press the ESC shortcut key to stop searching.

Search filtering can improve performance, feel the filter is not smooth, some cards lag.

Search results do not support pressing CTRL and SHFT keys to multiple selections and then copying

Whether the search filter can support & | ! (And or not)

mrexodia commented 7 years ago

You can use ESC but you have to wait until the search is finished.

Performance of the filter cannot actually be improved, perhaps it's possible to delay searching until the user has finished typing though.

Similarly to breakpoints I have no intention of supporting multiple selection.

You can use RegEx to do more advanced search.