ANT Tasks for RetroGuard
I found this really cool thing known as RetroGuard java byte code obfuscation. Except that, I wanted to be able to call it from an ANT task. So I wrote some ANT tasks to allow RetroGuard to be invoked. Now I can make obfuscated code from any part of my build process.
I had these available for download, but noticed that the RetroGuard folks integrated my code into their deliverables, pretty much line for line. So if you need this, you can just download from the RetroGuard site: RetroGuard java byte code obfuscation.
I had asked them to acknowledge my contribution, but so far they haven’t.
Tags: java, Programming

