Skip to content

Releases: skylot/jadx

v0.7.1

25 Mar 09:37
Compare
Choose a tag to compare

Note: ensure you have installed Java 8 64-bit version

Changes:

  • a lot of stability improvements
  • better resources decoding

v0.6.1

05 Dec 08:36
Compare
Choose a tag to compare

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

10 Apr 19:17
Compare
Choose a tag to compare

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

09 Nov 13:19
Compare
Choose a tag to compare

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

15 Aug 19:13
Compare
Choose a tag to compare
add jadx-gui screenshot

v0.5.1

21 Jun 12:06
Compare
Choose a tag to compare
gui: fix sync with editor

v0.5.0

25 Mar 19:23
Compare
Choose a tag to compare
gui: fix class members expand

0.5.0 beta 1

25 Dec 20:06
Compare
Choose a tag to compare
0.5.0 beta 1 Pre-release
Pre-release
v0.5.0-beta1

core: select correct array type element

0.4.1

02 Jul 19:55
Compare
Choose a tag to compare
v0.4.1

Simplify boolean conditions