Releases: jar-analyzer/class-obf
Releases · jar-analyzer/class-obf
1.3.2
1.3.2
新增参数 --std-output
导出到标准路径方便后续处理
例如 me.n1ar4.Test
将会导出 class-obf-output/me/n1ar4/Test.class
文件
更新日志:
- [功能] 支持
--std-output
参数输出到包名对应的完整路径 - [其他] 代码优化并在
actions
中使用最新maven
和插件
感谢以下用户的贡献:
- 4ra1n (https://github.com/4ra1n)
可供下载的文件都由 Github Actions
构建,使用 java -jar class-obf.jar
启动
1.3.1
1.3.1
更新日志:
- [功能] 支持新配置参数忽略
public
方法的混淆 @4ra1n - [功能] 新增
quiet
配置参数不打印调试信息 @4ra1n - [优化] 加密和解密使用反转的
AES KEY
和数据 @4ra1n
感谢以下用户的贡献:
- 4ra1n (https://github.com/4ra1n)
- lz520520 (https://github.com/lz520520)
可供下载的文件都由 Github Actions
构建,使用 java -jar class-obf.jar
启动
1.3.0
1.3.0
更新日志:
- [BUG] 修复之前版本参数混淆功能实际没有生效
- [优化] 优化
AES KEY
提到全局变量并支持配置 - [优化] 允许混淆
main
方法但默认在方法黑名单中 - [优化] 配置文件支持关闭某些
ASM
选项提高兼容性 - [优化] 启动前检查各种配置参数是否合法有错误退出
感谢以下用户的贡献:
- 4ra1n (https://github.com/4ra1n)
可供下载的文件都由 Github Actions
构建,使用 java -jar class-obf.jar
启动
1.2.0
1.1.1
1.1.1
更新日志:
- [BUG] 修复
API
调用多次报错的问题
感谢以下用户的贡献:
- 4ra1n (https://github.com/4ra1n)
可供下载的文件都由 Github Actions
构建,使用 java -jar class-obf.jar
启动