This repository has been archived by the owner on Nov 30, 2023. It is now read-only.
0.7
0.7
Important version: https://www.bilibili.com/video/BV1Pe4y1T7Ma
Bug:
- [important] [bug] cannot decompile spring class sometimes #28
- [important] [bug] spring should not contain duplicate content #31
- [bug] springboot loader class npe bug #30
- [bug] macos tabbed panel bug #25
Feature:
- [important] [feat] prompt the user why decompilation fails #33
- [important] [feat] support getmapping and postmapping #23
- [important] [feat] controller without controller anno #24
- [feat] prompt user what is inner jar and spring boot jar #35
- [feat] prompt user when the search result is empty #34
- [feat] delete logs when exit checkbox #32
Others:
- [important] [improve] code refactor #27
- [improve] show number should be changed to details #29
- [improve] spring analyze use asm 9 #26
- spring package is unnecessary (delete ui)
- new README and screenshot
Note:
- jdk8.exe: use your system JRE8
- jdk8.jar:
java -jar jar-analyzer-0.7-jdk8.jar
(JRE8+) - jdk11.exe: use your system JRE11+
- jdk11.jar:
java -jar jar-analyzer-0.7-jdk11.jar
(JRE11+)