Skip to content

Release 1.4.3

Latest

Choose a tag to compare

@github-actions github-actions released this 30 Nov 06:47
· 1 commit to main since this release

🇨🇳 中文更新日志

🚀 新增特性

  • 新增命令行工具:引入了全新的 cli-chains 命令行工具。
  • CMD 颜色支持:Windows CMD 环境下现在支持多颜色输出 (@xcxmiku)。

⬆️ 优化与改进

  • 依赖升级:升级 class-obf 至 1.9.1 版本,支持配置文件自定义解析 (@4ra1n)。
  • 体验优化:优化了 Hessian Payload 的描述信息。
  • 版本修正:修正了项目版本号。

🐛 问题修复

  • JRMP 修复:修复了 1.4.2 版本中 JRMP 模块无法使用的 Bug #26 (@unam4)。
  • 字节码修复:修复了 Docbase 字节码输出问题 #25

❤️ 致谢


English Changelog

🚀 New Features

  • New CLI Tool: Introduced cli-chains command-line tool.
  • CMD Color Support: Added multi-color output support for Windows CMD (@xcxmiku).

⬆️ Improvements

  • Dependency Upgrade: Upgraded class-obf to v1.9.1, supporting custom configuration file parsing (@4ra1n).
  • Optimization: Optimized Hessian Payload descriptions.
  • Version Correction: Fixed version numbering.

🐛 Bug Fixes

  • JRMP Fix: Fixed JRMP module usability issue in v1.4.2 #26 (@unam4).
  • Bytecode Fix: Fixed Docbase bytecode output issue #25.

❤️ Acknowledgements


Docker:

docker run -d \
  --name java-chains \
  --restart=always \
  -p 8011:8011 \
  -p 58080:58080 \
  -p 50389:50389 \
  -p 50388:50388 \
  -p 3308:3308 \
  -p 13999:13999 \
  -p 50000:50000 \
  -p 11527:11527 \
  -e CHAINS_AUTH=true \
  -e CHAINS_PASS= \
  javachains/javachains:1.4.3