
A Step-by-Step Guide on Obfuscating WinUI 3 (Windows App SDK) Projects
In this article, we will explore the process of obfuscating a WinUI 3 project using a .NET obfuscator. Obfuscation is an essential technique for protecting your code from reverse engineering and unauthorized access. By obfuscating …
Continue readingObfuscator for .NET 8
In this article, we will demonstrate how to install and use the .NET obfuscator for .NET 8. Contents Introduction Getting Started Basic Concepts Configuration Obfuscation Techniques Conclusion Introduction Obfuscation helps safeguard valuable intellectual property by …
Continue reading.NET Obfuscator for WPF
Why do you need to use a .NET obfuscator? How to obfuscate WPF applications? Conclusion Why do you need to use a .NET obfuscator? There are a lot of reasons to use obfuscate your code: …
Continue readingHow to obfuscate .NET application in Github workflow?
This tutorial will guide you on how to enable obfuscation if you use GitHub workflow to build and deploy your .NET applications. Contents What are GitHub Workflows? The sample application: password validator. Configure a workflow …
Continue readingObfuscation .NET applications with Azure DevOps Pipelines
This article describes a typical workflow for obfuscation .NET applications in the process of building them, using Azure DevOps Pipelines. Contents What is Azure DevOps? Setup the project Enable obfuscation in Azure DevOps Pipelines How …
Continue readingHow to obfuscate Avalonia applications?
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 readingHow 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 reading