如何使用 JD-GUI 从反编译的 JAR 重新创建项目链接?
我有一个旧版 .JAR 文件。我可以用 JD-GUI 反编译它,但这给了我一组类文件。我试图跟踪代码,但各个类之间的联系有限。
我可以手动跟踪代码,但是有没有办法“重新链接”或创建项目,以便我可以更轻松地导航。
JD-GUI 在强调某些类时会部分执行此操作,但仅将我带到该类。我想直接进入声明或查看所有用法。
I have a legacy .JAR file. I am able to de-compile it with JD-GUI, but this gives me a set of class files. I am trying to follow code through but there is limited linkage between the various classes.
I can follow the code manually, but is there a way to "re link" or create a project, so that I can navigate more easily.
JD-GUI does this partly when it underlines certain classes, but only takes me to the class. I would like to go direct to a declaration or see all usages.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果我理解你的问题,你需要类似于 eclipse
Goto
引用和声明等的选项。src
文件夹中If I understand your question, you want options similar to eclipse
Goto
references and declarations etc.src
folder in eclipse为了更有效地工作,您可以执行以下操作。
通过执行此步骤,您就可以开始工作了。
To work more effective you can do the following.
With this steps you will ready to work.