Closed
Description
The retdec-archive-decompiler.sh
script does not append .c
at the end of the decompiled files from the input archive.
Input
Run
retdec-archive-decompiler.sh FILE
where FILE
is e.g. gnu.a
from our regression-tests suite. You can take any archive you want as the issue does not depend on the input archive.
Output
Among other files, the command generates the following two files, which contain the decompiled C code:
gnu.a.file_1
gnu.a.file_2
Notice that the files do not have any extension.
Expected output
The generated files should end with .c
, just like when you run retdec-decompiler.sh
:
gnu.a.file_1.c
gnu.a.file_2.c
Configuration
- Commit: ae9a6d4 (current
master
) - 64b Arch Linux, GCC 7.3.1, Debug build of RetDec