This is the blog of Babel Obfuscator for NET Framework. Babel Obfuscator homepage http://www.babelfor.net
Monday, March 22, 2010
Way To Next 3.5 Release
Sunday, February 21, 2010
Babel 3.0.0.0 Released
Dear babel users.
After quite a long time a new version of babel has been released. As you probably know the main difference with babel 2.0 is that now babel runs under a commercial license and is no more a free software. I don't want to tell the reasons about this turn, they are quite a few. Anyway, this new version comes with a lot of new features with respect the previous:
Assembly Merging and MSIL Encryption and revisited String Encryption are some of that.
Babel is now delivered in three different edition:
- Free
- Professional
- Enterprise
Each edition includes a different set of feature.
The Free is the least featured edition. It can be used for free and it has almost the same capabilities of babel 2.0.
I worked a lot to bring to you this new product and I hope you like it.
Babel 3.0.0.0 is now hosted at:
Best Regards, Alberto Ferrazzoli
Thursday, December 24, 2009
Merry Christmas
Tuesday, July 28, 2009
Babel 2.0.0.0 Has Been Released
This new version introduce a feature called Dead Code Elimination. Dead Code Elimination remove from the target assembly all unused methods, properties, events that are not used internally (constructor are left untouched because removing them may cause problem with reflection API).
A lot of bugs from previous 1.5 version has been fixed. Because this is a completely reworked application take care to test it very well before substitute the previous 1.5.
I did my tests and they went pretty well but I know that I may miss something so beware!
Bye.
Alberto
Monday, June 8, 2009
Babel Summertime
Babel 1.5 has been around for a while and presently I have some fixes to release, mostly thanks to your feedback. So next babel release will be a maintenance release with no feature added.
I'am thinking about porting babel to Mono platform, making babel run on Linux as well as Mac.
I don't know if this is even possible but I would like to try.
I never heard about an obfuscator running under Mono and it will be great to have babel run on Linux. I am only a little scared about the amount of work to porting all the code.