jd-cmd

Command line Java Decompiler

  • 所有者: intoolswetrust/jd-cli
  • 平台:
  • 许可证: GNU General Public License v3.0
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

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.

主要指标

概览
名称与所有者intoolswetrust/jd-cli
主编程语言Java
编程语言Shell (语言数: 4)
平台
许可证GNU General Public License v3.0
所有者活动
创建于2013-09-06 09:36:48
推送于2023-10-30 07:56:19
最后一次提交2023-09-05 14:08:45
发布数12
最新版本名称jd-cli-1.2.1 (发布于 2021-08-01 20:49:05)
第一版名称jd-cmd-0.8.0.Final (发布于 )
用户参与
星数605
关注者数19
派生数97
提交数152
已启用问题?
问题数35
打开的问题数9
拉请求数46
打开的拉请求数5
关闭的拉请求数22
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?