Skip to content
This repository has been archived by the owner on Mar 18, 2019. It is now read-only.

DisUnity v0.5.0

Latest
Compare
Choose a tag to compare
@ata4 ata4 released this 18 Jan 21:40
· 6 commits to master since this release
  • Mostly rewritten code using features of Java 8.
  • New command line interface: commands are no longer words separated by dashes. Instead, they act like sub-commands, e.g. for bundle unpack, "unpack" is the sub-command of "bundle". This hierarchical system allows separate options and usage output for each sub-command and even sub-sub-commands.
  • Dropped GUI and deserialization support, will be added back later at some point.