Skip to content

1.3.5

Compare
Choose a tag to compare
@skylot skylot released this 20 Apr 12:07
· 530 commits to master since this release
1ec127c

Features

  • Add 'simple' decompilation mode
  • [gui] Add split view for different decompilation modes

Bug Fixes

  • Handle inlined classes while collecting override related methods (#1422)

  • Use correct reference for replaced bridge constructor (#1441)

  • Handle wildcard in invoke type resolver (#1238)

  • Update class set to Android 32

  • Replace fixed memory limit with -XX:MaxRAMPercentage=70.0 (#1437)

  • Various minor improvements (PR #1418)

  • [cli] Use correct converter for "--decompilation-mode" option (#1434)(PR #1435)

  • [debugger] Resolve IO read problems, proper socket closing (PR #1414)

  • [deobf] Fix writing method mappings as fields entries (#1432)(PR #1433)

  • [gui] Rename class while rename constructor (#1441)

  • [gui] Restore open tabs on project load (regression fix)

  • [gui] Don't highlight whitespaces and special symbols (#1429)

  • [gui] Check free memory after GC attempt

  • [gui] Update Traditional Chinese translation (PR #1452)

  • [res] Ignore resource chunk entries that are located after the resource chunk end (#751)(PR #1436)

Full Changelog: v1.3.4...v1.3.5

Download files description:

  • jadx-gui-1.3.5-with-jre-win.zip - jadx-gui with bundled JRE
  • jadx-gui-1.3.5-no-jre-win.exe - jadx-gui single exe (system JRE must be installed)
  • jadx-1.3.5.zip - cross-platform cli and gui bundle (system JRE must be installed)

For system JRE the latest version is always preferred, download at oracle.com

Artifacts on maven central repository: list. How to use jadx as a library, read on wiki page.