- Fixes bug that caused all exclusions to not work.
- Fixes a flaw in the light string encryption decryption code which could lead to collision issues (Thanks visleaf).
- Radon now searches sub-directories for libraries (Thanks freeasbird).
- Radon no longer uses the same shared object for randoms (Thanks freeasbird).
- Fixes an issue in the Watermarker transformer that could break applications.
- Adds MissingClassException when library classes are missing.
- Changes a few internals.
- Changes ASM version to 7.0-beta.
- Relocates license.txt to root path of Radon jars.
- Sort of fixes the random integer error.
- Fixes normal string encryption transformer incorrectly encrypting strings.
- Set default resource adaptation value as META-INF/MANIFEST.MF.
- Fixes invokedynamic and Enum incompatibilities.
- Fixes light string encryption error.
- Fixes multiple GUI bugs.
- Rewrote everything.
- Changed all anonymous inner classes in MainGUI class to lambdas.
- Brand new heavy string encryption transformer.
- Rewrote the string pool transformer.
- Rewrote some internals including dependency injection of the Bootstrap instance instead of per-case depedency injection.
- Added compensation for the fact that methods with the native flag don't have instructions in them.
- Fixed the trash classes & spigot mode warning reported by kangarko.
- Added warning about mixing Spigot's anti-piracy and trash classes together.
- Changed the CustomClassWriter a bit.
- Heavy Flow transformer now implemented into GUI.
- Changed up the way the heavy flow transformer works due to the old one not working whatsoever.
- Changed even more internals.
- Resources can now be processed by obfuscator.
- Completely rewrote StackAnalyzer.
- Changed some internals.
- Fixed an issue with the invokedynamic transformers which sometimes caused programs to crash with an access exception.
- Added GUI console for GUI users.
- GUI updates:
- You can add multiple libraries at a time rather than one.
- You can remove multiple libraries at a time rather than one.
- You can remove multiple exempts at a time rather than one.
- Added GC button which invokes System.gc().
- Added the ability to change between Radon's built-in dictionaries.
- You can now resize the GUI.
- Expiry exempts are added.
- StackAnalyzer takes try-catch blocks into account now resulting in possibly better obfuscation by normal flow obfuscation transformer.
- Number obfuscation transformer now operates on longs as well as integers.
- Fixes as issue with exempting where global-exempts didn't work.
- Exempt update. Exempt-per-transformer is now implemented.
- Exempting should work with renamer transformer again.
- Changed the heavy invokedynamic transformer so it now replaces field calls with primitive types.
- Added UTF-8 source-encoding to Maven.
- Made some changes to the normal flow obfuscation transformer that might make it (very slightly) hard to understand.
- Maven-ized the project.
- Removed more ripped-off code.
- Completely changed the normal flow obfuscation transformer so that it doesn't have anymore skidded code (lol).
- Added the StackAnaylzer which doesn't work very well at the moment.
- Some internal changes, nothing new.
- Added super light string encryption setting to GUI.
- Renamer transformer kind of works now. There are still cases where it causes abstraction errors and exempting doesn't work at the moment.
- Changed number obfuscation transformer so that it splits integers into a xor expression. This is far faster than the old transformer.
- Renamer transformer is still broken, so don't use it expecting it to work each time.
- Added super light string encryption transformer which is intended for performance. Note that this transformer is very insecure and is not recommended in code which requires security.
- Heavy string encryption transformer is now the normal string encryption transformer. The normal string encryption transformer is now the heavy string encryption transformer with some flow and an extra layer of encryption. The light string encryption got changed completely.
- Changed both the Light invokedynamic and normal invokedynamic transformers so they are less ripped-off from IndyProtector.
- Some other edits here and there that I completely forgot.
- Lots of GUI fixes.
- Quick GUI fix causing Field exempts not to work.
- Completely rewrote Renamer transformer.
- Radon now depends on some edits to org/objectweb/asm/ClassNode.
- Added Shuffler and InnerClassRemover transformers.
- Updated GUI.
- Added more JavaDocs + removed debugging code from heavy invokedynamic.
- Added heavy string encryption to gui.
- Completely changed light flow obfuscation transformer.
- Stuck some more hand-made flow obfuscation into the heavy string encryption transformer.
- Added the "heavy" string encryption transformer.
- GUI now attempts to auto-fetch rt.jar and jce.jar (stole this idea from ZKM).
- Added rest of transformers to GUI.
- Un-refactored SnakeYAML and ASM.
- Changed the way transformers are enabled.
- Added more JavaDocs (whoooo).
- Added a super buggy heavy invokedynamic transformer that hides not only methods, but fields as well.
- Added method size checking to prevent adding too many bytecode instructions to the point where the JVM refuses to run methods for being too big.
- Added field signatures and method signatures to crasher.
- Toned down normal flow obfuscation transformer so that it doesn't make method ridiculously huge over useless bytecode transformations.
- Changed up Number Obfuscation transformer a bit.
- Added custom regex matching system for exempts.
- Fixed renaming bug with Bukkit/Bungee plugins.
- Completely redesigned transformer system.
- Squashed an annoying buggy in the new NumberObfuscation transformer thanks to https://github.com/JoachimVandersmissen/TestingProject
- Completely re-worked NumberObfuscation transformer and cleaned some stuff up in general.
- Cleaned up StringPool and NumberObfuscation transformers.
- Added Expiry transformer.
- Switched to ASM6 (FIELD RENAMING STILL NOT WORKING WHYYYYY)
- Fixed some JavaDocs.
- Embedded logging into the transformers.
- Relocated bigLDC generator into StringUtils.
- Lots of transformer changes in general.
- Sped up library loading.
- Fixed a really dumb mistake I made.
- Stole VincBreaker's crasher algorithms (which are probably samczsun's) so lol.
- Stole VincBreaker's idea to use spaces as class names.
- So hopefully I don't invoke the rage of VincBreaker? xD
- Even more bug fixes and more blah-blah.
- Beefed up normal flow obfuscation transformer a bit.
- Bug fixes plus lots of JavaDocs to make code look a lot bigger than it actually is LOL.
- Removed Light flow obfuscation transformer.
- Normal flow obfuscation transformer is now the Light flow obfuscation transformer.
- Ugly bytecode transformer is now the Normal flow obfuscation transformer.
- Make GUI functional.
- Added non-functional GUI.
- Added transformers plus CLI.
- Added base skeleton and blah-blah.