Skip to content

Commit f3dfc8c

Browse files
author
Super User
committed
refactor: improve jar search stability and cross-platform CFR configuration
1 parent 23ad368 commit f3dfc8c

2 files changed

Lines changed: 265 additions & 217 deletions

File tree

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,21 @@ searchText可以配置多个字符串关键字,并用,号进行分割
4040
# 更新日志
4141
- 2024-11-15 新增文件夹下子文件夹遍历功能
4242
- 2025-10-10 新增方法上下文侧写功能
43+
- 2026-03-06 优化JAR审计流程:
44+
- 支持跨平台CFR路径配置(第三参数或环境变量 `CFR_JAR_PATH`
45+
- 修复反编译输出路径处理,减少误报“反编译失败”
46+
- 优化匹配输出逻辑与去重,提升稳定性
47+
48+
## 新版执行示例
49+
50+
```bash
51+
# 方式1:命令行直接传 CFR 路径
52+
java -jar JarMethodFinder-1.0-SNAPSHOT.jar /path/to/jars Runtime.getRuntime /path/to/cfr.jar
53+
54+
# 方式2:环境变量配置 CFR 路径
55+
export CFR_JAR_PATH=/path/to/cfr.jar
56+
java -jar JarMethodFinder-1.0-SNAPSHOT.jar /path/to/jars Runtime.getRuntime
57+
```
4358

4459
**本工具由Code4th安全团队开发维护**
4560

0 commit comments

Comments
 (0)