Knowledge Base

Obfuscating .NET Core

Obfuscating .NET Core

Babel Obfuscator fully supports the obfuscation of assemblies realized with .NET Core 3. Previous versions of .NET Core are also supported, but you will have to forgo some protections such as Code Encryption which is only available starting from .NET Core 3.0. This...

Code Encryption

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 on Visual Studio AppCenter

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...

How to Configure Babel Obfuscator on DevOps

How to Configure Babel Obfuscator on DevOps

DevOps is the new build automation cloud-based platform provided by Microsoft. Babel Obfuscator can be plugged in your DevOps build pipeline by referencing in your Visual Studio project the Babel.Obfuscator NuGet package. In this tutorial, we will start from scratch...

Best Obfuscation Tips

Best Obfuscation Tips

Babel Obfuscator is a great protection tool and can make a good obfuscation job just right of the box. Knowing all the nitty-gritty is a good thing, but it may take a long time. So we have prepared several tips that will help you to get the best possible obfuscation...

Quickly Configure Babel in AppVeyor

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...

Pin It on Pinterest