You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, thank you so much for your great software! 😁
I regularly use the Strings tool for reverse engineering Windows software, and it'd be amazing to filter the strings with anchors (like ^, $, or \b), or wildcards (*, .*, .+, etc.). The idea behind such a feature would be to be able to search for strings with a specific pattern, like installation switches, that start with a backslash (like /SILENT or /VERYSILENT, you know).
At my knowledge, DIE currently searches for strings literally and doesn't interpret any special characters, so you need to export the file strings and process them in a text editor like Notepad++, which is very annoying and tedious. I don't think full support for all regex types will be really useful here, but it could be in some very specific cases.
Don't hesitate to tell me what you think! 😉
The text was updated successfully, but these errors were encountered:
Hi!
First, thank you so much for your great software! 😁
I regularly use the Strings tool for reverse engineering Windows software, and it'd be amazing to filter the strings with anchors (like
^
,$
, or\b
), or wildcards (*
,.*
,.+
, etc.). The idea behind such a feature would be to be able to search for strings with a specific pattern, like installation switches, that start with a backslash (like/SILENT
or/VERYSILENT
, you know).At my knowledge, DIE currently searches for strings literally and doesn't interpret any special characters, so you need to export the file strings and process them in a text editor like Notepad++, which is very annoying and tedious. I don't think full support for all regex types will be really useful here, but it could be in some very specific cases.
Don't hesitate to tell me what you think! 😉
The text was updated successfully, but these errors were encountered: