Menu

#9 Can not run the decompiler from the command line

Reproduced
closed-fixed
nobody
cli (1)
5
2015-05-04
2015-04-27
No

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.

Discussion

  • John Källén

    John Källén - 2015-04-29

    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!

     
  • John Källén

    John Källén - 2015-05-01

    The new command-line client is available in version 0.4.2.0.

     
  • John Källén

    John Källén - 2015-05-01
    • status: open --> closed-fixed
     
  • Raimar 'second' Falke

    You are of course right about the feature request vs bug ticket type.

    I can confirm that the new command line feature works fine.

     

Log in to post a comment.