dex2jar Changelog

What's new in dex2jar 2.3

Aug 31, 2023
  • support dex038
  • support dex039
  • bugfix

New in dex2jar 2.9.15 Pre-release (Apr 15, 2019)

  • Fixed dex2jar for Android 8+ APKs, huge thanks to @Lanchon.

New in dex2jar 0.0.9.15 (Jun 6, 2013)

  • Fixes issue 178, ignore bad EnclosingClass annotation.
  • Fixes issue 179,180, Fix NPE while translate array value on Annotation.
  • other improvement

New in dex2jar 0.0.9.14 (May 29, 2013)

  • improve d2j-decrypt-string support (int)Ljava/lang/String; as decrypt-method
  • add support to read file from zip with encrypted-bit set
  • add support to translate array in default annotation value.
  • only use iinc if the increment is a signed short

New in dex2jar 0.0.9.13 (Feb 5, 2013)

  • trim exception handler
  • use iterator instead of recursion in BaseLiveAnalyze,

New in dex2jar 0.0.9.11 (Oct 25, 2012)

  • add support to strict type analyze. It's ok to dex-jar-dex now.

New in dex2jar 0.0.9.10 (Oct 22, 2012)

  • add support to generate the access flag for inner class.

New in dex2jar 0.0.9.8 (Feb 29, 2012)

  • Add support to translate debug-info, thanks yyjdelete for his great help
  • Fix some issue in jasmin
  • Fix a bug in read ics instruction
  • Add support to deobfuscate a jar