jad 增强直接反编译某个 .class 文件的功能
Open
- Dominant language
- Java
- Stars
- 37.5k
- Forks
- 7.6k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 4
Description
比如在线上查问题时,可能 `.class`文件是用其它工具 dump出来的,比如是 https://github.com/hengyunabc/dumpclass
这时,又要传回到本地才能反编译。可以考虑直接借用arthas里的 jad 来做反编译。
Contributor guide
Research direction
Start by reading Arthas's existing jad command and how a .class file produced by dumpclass could be supplied to it. Done means a dumped .class file can be decompiled directly through Arthas without first copying it to the local machine; the issue does not name specific files or tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100