Release Notes
Code Encryption
Code encryption is a security measure that completely hides the internal structure of a method, thereby preventing the code from being revealed. Code encryption is one of the most valid protections when it comes to hiding the code. In this article, we will explain how...
Babel Obfuscator 9.6.0.0 Release Notes
Babel Obfuscator 9.6.0.0 Enhancements New: MSIL encryption now supports the password to protect encrypted methods.New: It is now possible to specify the encryption algorithm (--use encryptio=<algorithm>).The addreference option can now accept fully qualified...
Babel Obfuscator 9.6.0.0 Has Been Released
Dear all, Today we released Babel Obfuscator 9.6.0.0.This version brings completely rewritten code encryption. Most of the limitations of the old code encryption have been removed. Furthermore, it is now possible to specify a new mode in which the code is decrypted...
Babel on Visual Studio AppCenter
Microsoft Visual Studio AppCenter is the platform to quickly create high-quality apps for Android, iOS, macOS, and Windows. Automate your build, test, and distribution pipelines. And continuously monitor real-time performance. This article will give you a step-by-step...
Babel Obfuscator 9.5.0.0 Has Been Released
Today Babel Obfuscator 9.5.0.0 has been release. In this new release, we have done a big refectory to the renaming and added new virtual function obfuscation mode which allows us to rename external functions like ToString(), Dispose(), GetEnumerator() and so on. This...
Babel Obfuscator 9.5.0.0 Release Notes
Babel Obfuscator 9.5.0.0 Enhancements New: Added renaming of external virtual methods (see --virtual external=on)Improved memory consumption and obfuscation speed Changes Babel.Obfuscator NuGet package: the XmlDocumentationFile configuration has changed from property...