Skip to content

Dare v1.1.0

Latest
Compare
Choose a tag to compare
@dare-android dare-android released this 04 Dec 18:27
· 72 commits to master since this release

This release of Dare fixes several bugs and adds a few features.

Features:

  • Added the ability to specify Java VM arguments on the command line for the optimization and decompilation phases. Use the -x option to set VM options (repeat if several VM options are needed).
  • Jasmin files are now removed by default. Use the -k switch to keep them from being deleted.

Bug fixes:

  • Fixed a bug where Jasmin execution would not start for big applications on Mac OS.
  • Fixed a bug with parsing of annotations for static field values.
  • Fixed a bug where some constants defined with const/high16 were getting inlined with a wrong value.
  • Fixed bug where relatives offsets would overflow in branching instructions in large methods.
  • Fixed the usage message.