I would like to compare various decompilers (https://github.com/rfalke/decompiler-subjects) but for this I need a way to run the decompiler from the command line. I have not found such a feature after installing decompiler-0.4.1.0.msi.
First, thanks for your feature request. A gentle counter-request: for missing features, please add them as Feature Requests in the future.
Version 0.4.2.0, coming in a few days, will introduce a simple command line front end in addition to the GUI front end. Usage:
decompile <filename>
where <filename> can either be a binary executable or a Decompiler .dcproject project file. I will assign this ticket to you so you can close it once you've verified that you've been able to download and execute it. If you find bugs -- very likely -- please report those in separate items.
Thanks for your interest in the Decompiler project!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
First, thanks for your feature request. A gentle counter-request: for missing features, please add them as Feature Requests in the future.
Version 0.4.2.0, coming in a few days, will introduce a simple command line front end in addition to the GUI front end. Usage:
decompile <filename>where
<filename>can either be a binary executable or a Decompiler.dcprojectproject file. I will assign this ticket to you so you can close it once you've verified that you've been able to download and execute it. If you find bugs -- very likely -- please report those in separate items.Thanks for your interest in the Decompiler project!
The new command-line client is available in version 0.4.2.0.
You are of course right about the feature request vs bug ticket type.
I can confirm that the new command line feature works fine.