This repository has been archived by the owner on Jul 3, 2022. It is now read-only.
0.3
- Added access to warnings in decompilation phases and their emission in the
decompiler
tool. - Added obtaining of the compiled version of the input C file (provided that the input was a C file).
- Added support for selecting the compiler to be used when compiling C source files.
- Added support for selecting the optimizations to be used when compiling C source files.
- Added support for selecting whether C files should be compiled with debugging information.
- Added support for selecting whether compiled C files should be stripped.
- Added support for printing script versions via the
-V
/--version
parameter.