简体   繁体   English

如何分析Jar文件?

[英]How to analyse Jar file?

I want to analyze jar file, ie the code hierarchy (class diagram). 我想分析jar文件,即代码层次结构(类图)。 Which tools will be helpful for this? 哪些工具将对此有所帮助?

If the JAR file contains compiled .class files, I would suggest JD-Gui. 如果JAR文件包含已编译的.class文件,则建议使用JD-Gui。 Type that on Google. 在Google上输入。 That what I use everyday to have an overlook at methods signature and public functions etc..! 我每天使用的方法签名和公共功能等都被忽略了!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM