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.NET obfuscator for Linux
How to obfuscate a C# application on Linux? Contents .NET obfuscator for Linux Creating a console application to obfuscate How to enable obfuscation? Conclusion .NET obfuscator for Linux Initially, applications built for .NET could run …
Continue readingHow to obfuscate C# application in Visual Studio
A .NET obfuscator for Visual Studio Contents Reasons to use obfuscators Enable obfuscation in Visual Studio Summary In this tutorial, we will show you how to obfuscate a .NET application in Visual Studio. ArmDot is …
Continue readingHow to obfuscate a Universal Windows Platform (UWP) application?
Contents Why is it essential to obfuscate UWP applications? Prepare a sample application. Prepare the project for obfuscation. Conclusion Why is it essential to obfuscate UWP applications? UWP is a modern platform aimed to create …
Continue readingHow to obfuscate .NET application in JetBrains Rider
Contents Why do developers need a .NET obfuscator? A sample application checks password Comparison of original and obfuscated code Conclusion In this article, you will learn how to obfuscate a .NET application in JetBrains Rider. …
Continue readingHow to obfuscate Blazor App?
What is Blazor? Blazor is a modern web framework from Microsoft aimed to let developers write web applications in C#. Blazor WebAssembly is one of the Blazor editions that allows to create single-page apps in …
Continue reading