Skip to content

v1.7.0

Latest
Compare
Choose a tag to compare
@vimasig vimasig released this 08 Aug 21:04
· 25 commits to master since this release
7b12db3
  • Upgraded ASM version to 9.2 which means Java 18 is now supported
  • Made obfuscation process async to be able to use UI while obfuscating
  • Fixed alphabet renamer issue
  • Fixed several exclude algorithm issues
  • Fixed FieldRenamerTransformer not renaming references in some cases
  • Changed crasher package name to names like "com, net, io..."
  • Slightly increased default UI size
  • Added new renamer option: IlIlIlIlIl
  • Improved MethodRenamerTransformer to obfuscate more methods instead of just static
  • Improved ControlFlowTransformer (#7 and more)
  • Added separate "Heavy" and "Light" control flow transformers