dex2jar Changelog

What's new in dex2jar 0.0.9.15

Jun 5, 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 27, 2013)

  • Improved d2j-decrypt-string support (int)Ljava/lang/String; as decrypt-method
  • added support to read file from zip with encrypted-bit set
  • added 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 4, 2013)

  • Trim exception handler, fix issue 109
  • Use iterator instead of recursion in BaseLiveAnalyze, Fix issue 152

New in dex2jar 0.0.9.12 (Dec 6, 2012)

  • Improved detect of ZERO/NULLs
  • Added d2j-decrypt-string to decrypt strings in jar
  • Other minor modification

New in dex2jar 0.0.9.11 (Oct 29, 2012)

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

New in dex2jar 0.0.9.10 (Oct 23, 2012)

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

New in dex2jar 0.0.9.9 (Sep 11, 2012)

  • Improved code generating by implemnt OPTIMIZE_SYNCHRONIZED, the -os argument in d2j-dex2jar
  • Aadded support to print dex-ir to console, the -p argument in d2j-dex2jar
  • Fixed an issue in opt-sync when largest local is type J
  • Fixed issue 117, clear ACC_DECLARED_SYNCHRONIZED and ACC_CONSTRUCTOR from method flags
  • Other minor modification