Comparing two .jar files

前端 未结 11 1473
灰色年华
灰色年华 2020-12-04 06:57

How do I compare two .jar files? Both of them have compiled .class files.

I want the difference in terms of method changes, etc.

11条回答
  •  攒了一身酷
    2020-12-04 07:29

    use java decompiler and decompile all the .class files and save all files as project structure .

    then use meld diff viewer and compare as folders ..

提交回复
热议问题