uxmal / reko

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

No string literals are generated #1342

Closed uxmal closed 2 months ago

uxmal commented 2 months ago

(See #1337 opened by @yangzao for the binary in question, program 5)

Program 5:

When the original code is compiled by GCC, Microsoft Visual C++ compiler (MSVC), Tiny C compiler, and Clang targeted for Mach-O, the string literals are not recovered in the decompiled code.