How to obfuscate a .NET application built with the help of Avalonia? Contents What is Avalonia? Why to obfuscate? Create the sample How to enable obfuscation? Wrap-up What is Avalonia? Avalonia is a framework for …
Continue readingCategory: Uncategorized
How to obfuscate .NET 7 application?
Contents The reasons to obfuscate .NET 7 applications The sample application Why is it important to obfuscate .NET applications? How to enable obfuscation? Conclusion In this article you will learn how to protect .NET 7 …
Continue reading.NET obfuscator for macOS
How to obfuscate a .NET application on macOS? In this guide, you will learn how to protect .NET applications if your primary development environment is macOS. Contents .NET on macOS Why is .NET obfuscation absolutely …
Continue reading.NET 6 obfuscation
How to obfuscate a .NET 6 application? Contents What is .NET 6? The reasons for obfuscation. How obfuscation works? Sample project Enable obfuscation Benefits of obfuscation In this guide, you will find how to obfuscate …
Continue readingObfuscator for .NET Core
How to obfuscate a .NET Core application? Contents Why to obfuscate .NET Core applications? The .NET Core application to be obfuscated: a password validator. Enable obfuscation in .NET Core Conclusion Why to obfuscate .NET Core …
Continue readingObfuscation of .NET Single Publish Files
How to use obfuscation for single-file deployment in .NET? Contents Bundling an obfuscated C# application into a single file. A sample application that validates a password. Publishing the .NET application. How to add obfuscation to …
Continue readingF# obfuscator
A comprehensive guide on using an F# obfuscation tool In this guide, you will learn how to enable obfuscation for F#. Contents Why obfuscate F# applications? A sample F# application How to obfuscate an F# …
Continue readingMono obfuscator
Contents What is Mono? Why do you need an obfuscator for Mono? What to obfuscate? Enable obfuscation in Mono Conclusion What is Mono? Mono is a framework with the full arsenal of tools to build …
Continue readingAn obfuscator for Xamarin
How to obfuscate Xamarin Applications? This tutorial will guide you through creating an obfuscated Xamarin based application. Contents What is Xamarin? Why do I obfuscate a Xamarin application? Create sample application How to enable obfuscation? …
Continue readingHow to obfuscate .NET applications in Visual Studio Code
C# obfuscation in Visual Studio Code Contents Prerequisites Create a sample application Enable obfuscation Conclusion Visual Studio Code (not Visual Studio!) is an open-source IDE from Microsoft that supports many programming languages. It can work …
Continue reading