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

Find string - Common C escape characters are now considered Valid, Add Procedure name to Dump Flow #1262

Closed gbody closed 1 year ago

gbody commented 1 year ago

When finding strings from the dialog, wasn't including strings with common C escape characters. common C escape characters are now considered valid. Eg. 0x07 - 0x0d /a, /b, /t, /n, /v, /f, /r. Add Procedure name to output, with Dump of Flow.

gbody commented 1 year ago

Decided not to proceed with adding the procedure name back at this time as it make a number of different areas have similar repeated information. Closing and resubmitting the find string update only.