uxmal / reko

Reko is a binary decompiler.
https://uxmal.github.io/reko
GNU General Public License v2.0
2.1k stars 251 forks source link

Allow user to specify search ranges in "Find Strings" and similar dialogs #1259

Closed uxmal closed 10 months ago

uxmal commented 1 year ago

Provide the user with a way to specify either segments (multiple selection) or address range when doing "Find Strings" or any other address-space related operation. As a special bonus remember the user's selection so they don't have to enter it again when performing many searches.

uxmal commented 10 months ago

Commit 865715f adds support for Windows Forms and Avalonia.