Release Notes
Quickly Configure Babel in AppVeyor
The Babel.Obfuscator NuGet package is handy when it comes to configure obfuscation on build servers like DevOps and AppVeyor. In this article we will show how to setup Babel Obfuscator on AppVeyor using the Babel.Obfuscator NuGet package. This package is distributed...
Decode Obfuscated Stack Trace
Obfuscation of an application is a great thing because it protects the intellectual property code, it gives you a competitive advantage and against anyone who is interested in the reverse engineering of your code. Hiding the code involves some additional issue when it...