jd-cmd

Command line Java Decompiler

  • Owner: intoolswetrust/jd-cli
  • Platform:
  • License:: GNU General Public License v3.0
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

jd-cmd - Command line Java Decompiler

The jd-cmd is a simple command line wrapper around JD Core Java Decompiler project.

Download

Find latest bits in GitHub Releases.

Requirements

Java runtime is required in version 8 or newer (for version 1.0.0 and newer) and Java 6 for older versions.

Usage - Command line

You can use the jd-cli.bat (Windows) or jd-cli (Linux/Unix) scripts to run the the JAR file.

Usage: java -jar jd-cli.jar [options] [Files to decompile]
Options:
--displayLineNumbers, -n
   displays line numbers in decompiled classes
   Default: false
--escapeUnicodeCharacters, -eu
   escape unicode characters in decompiled classes
   Default: false
--help, -h
   shows this help
   Default: false
--logLevel, -g
   takes [level] as parameter and sets it as the CLI log level. Possible
   values are: ALL, TRACE, DEBUG, INFO, WARN, ERROR, OFF
   Default: INFO
--outputConsole, -oc
   enables output to system output stream
   Default: false
--outputDir, -od
   takes a [directoryPath] as a parameter and configures DIR output for this
   path
--outputZipFile, -oz
   takes a [zipFilePath] as a parameter and configures ZIP output for this
   path
--skipResources, -sr
   skips processing resources
   Default: false

Credits

This project was originally forked from JDCommandLine.

License

  • jd-cmd is licensed under GPLv3 as the original JD-Core library.

Main metrics

Overview
Name With Ownerintoolswetrust/jd-cli
Primary LanguageJava
Program languageShell (Language Count: 4)
Platform
License:GNU General Public License v3.0
所有者活动
Created At2013-09-06 09:36:48
Pushed At2023-10-30 07:56:19
Last Commit At2023-09-05 14:08:45
Release Count12
Last Release Namejd-cli-1.2.1 (Posted on 2021-08-01 20:49:05)
First Release Namejd-cmd-0.8.0.Final (Posted on )
用户参与
Stargazers Count605
Watchers Count19
Fork Count97
Commits Count152
Has Issues Enabled
Issues Count35
Issue Open Count9
Pull Requests Count46
Pull Requests Open Count5
Pull Requests Close Count22
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private