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
Hi. As written in #45, producing recompilable C source code is not our main goal, so there is no special parameter that would magically make the output C code recompilable. Nevertheless, in some cases, the C source code that RetDec produces is recompilable, which we sometimes utilize in our tests (e.g. this one, which checks that a program doing FPU computations is correctly decompiled, then recompiled, and produces correct output when run).
For more details, please see the discussion in #45.
How to generate a file that can be recompiled?
The text was updated successfully, but these errors were encountered: