Releases: skylot/jadx
Releases · skylot/jadx
v0.8.0
0.8.0 (2018-08-26)
Features
- core: fixed deobfuscation for method and fields
- core: many fixes for try/catch blocks and loop
- gui: speed impovements for search dialog
- gui: fixed memory leaks
- gui: show app certificate
- build: use semantic-release for automatic release publishing (156e420)
- build: added jadx-gui executable for windows
v0.7.1
v0.6.1
Note: this is just a build of latest dev branch, no new features was added
Changes from previous release:
- export sources as android gradle project
- multidex support for apk & zip
- 'aar' support
- fix some 'try/catch/finally' cases
- fixes for switch blocks
- jadx-gui:
- added full text search
- support images view/unpack
- added log viewer
v0.6.0
Changes from previous release:
- decode AndroidManifest.xml and other resources
- deobfuscation
- 'finally' block extraction
- support fall through cases in switch
- other improvements in try/catch and loop processing
- jadx-gui:
- added preferences dialog and font selection dialog
- show resources tree
v0.5.4
Changes from previous release:
- improved loops support:
- indexed loops
- for-each loop
- 'break' with label
- 'continue'
- decompile ternary operations in conditions
- restore switch over enums
- try/catch improvements ('finally' block not yet supported)
- expand arrays for known vararg arguments
- sort methods by source line number
- jadx-gui:
- add saving preferences (open/save paths, flatten packages)
- add new version notification
v0.5.2
v0.5.1
v0.5.0
0.5.0 beta 1
v0.5.0-beta1 core: select correct array type element