lifting-bits / fcd

An optimizing decompiler (modified to use remill semantics)
http://zneak.github.io/fcd
Other
30 stars 3 forks source link

Presentation of string literals in output pseudocode #32

Open surovic opened 6 years ago

surovic commented 6 years ago

String literals are currently presented as initializer lists with ASCII values as characters instead of C string literals in output pseudocode. This should obviously not be the case long-term.

surovic commented 6 years ago

Update: Progress being made in dev-clang-ast, with initial support in 5c5d45d.