<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Delta1 Labs — Blog</title><description>Guides and deep dives on .NET obfuscation, decompilation, licensing and code protection from Delta1 Labs.</description><link>https://delta1labs.com/</link><language>en-us</language><item><title>An Eazfuscator.NET alternative in 2026</title><link>https://delta1labs.com/blog/eazfuscator-alternative/</link><guid isPermaLink="true">https://delta1labs.com/blog/eazfuscator-alternative/</guid><description>Eazfuscator.NET is a polished, MSBuild-native .NET obfuscator with virtualization. Here&apos;s a fair comparison with Nebula.NET — where each fits, and how to choose for your team.</description><pubDate>Thu, 17 Sep 2026 00:00:00 GMT</pubDate><category>Comparison</category><category>.NET</category><category>Obfuscation</category><author>Delta1 Labs</author></item><item><title>A Dotfuscator alternative for .NET in 2026</title><link>https://delta1labs.com/blog/dotfuscator-alternative/</link><guid isPermaLink="true">https://delta1labs.com/blog/dotfuscator-alternative/</guid><description>Dotfuscator is the veteran enterprise .NET obfuscator, but its quote-based pricing and enterprise focus don&apos;t fit every team. Here&apos;s an honest look at where it shines, where it doesn&apos;t, and how Nebula.NET compares as a modern alternative.</description><pubDate>Thu, 17 Sep 2026 00:00:00 GMT</pubDate><category>Comparison</category><category>.NET</category><category>Obfuscation</category><author>Delta1 Labs</author></item><item><title>Glass.NET vs ILSpy, dnSpy and dotPeek: a decompiler you navigate</title><link>https://delta1labs.com/blog/glass-net-vs-ilspy-dnspy-dotpeek/</link><guid isPermaLink="true">https://delta1labs.com/blog/glass-net-vs-ilspy-dnspy-dotpeek/</guid><description>A feature-by-feature look at Glass.NET against ILSpy, dnSpy, dotPeek and .NET Reflector — same proven decompiler engine, but a navigation-first workflow, a full assembly-information view, project export and an exposure report. Free, and actively developed.</description><pubDate>Thu, 17 Sep 2026 00:00:00 GMT</pubDate><category>Glass.NET</category><category>Decompiler</category><category>Comparison</category><author>Delta1 Labs</author></item><item><title>A .NET Reactor alternative in 2026</title><link>https://delta1labs.com/blog/net-reactor-alternative/</link><guid isPermaLink="true">https://delta1labs.com/blog/net-reactor-alternative/</guid><description>.NET Reactor is a capable, affordable obfuscator with native compilation (NecroBit) and built-in licensing. Here&apos;s an honest comparison with Nebula.NET — where each is strong, and how to decide.</description><pubDate>Thu, 17 Sep 2026 00:00:00 GMT</pubDate><category>Comparison</category><category>.NET</category><category>Obfuscation</category><author>Delta1 Labs</author></item><item><title>How to obfuscate a .NET MAUI app (without breaking it)</title><link>https://delta1labs.com/blog/obfuscate-dotnet-maui-app/</link><guid isPermaLink="true">https://delta1labs.com/blog/obfuscate-dotnet-maui-app/</guid><description>A .NET MAUI app ships your managed assemblies to every device, where they decompile back to C#. Here&apos;s what&apos;s exposed on each platform, how to obfuscate a MAUI app with Nebula.NET, and the XAML-binding and iOS gotchas to avoid.</description><pubDate>Thu, 17 Sep 2026 00:00:00 GMT</pubDate><category>Guide</category><category>.NET</category><category>MAUI</category><category>Obfuscation</category><author>Delta1 Labs</author></item><item><title>How to protect a Blazor WebAssembly app from decompilation</title><link>https://delta1labs.com/blog/protect-blazor-webassembly-from-decompilation/</link><guid isPermaLink="true">https://delta1labs.com/blog/protect-blazor-webassembly-from-decompilation/</guid><description>Blazor WebAssembly ships your real .NET assemblies to the browser, where anyone can download and decompile them. Here is why Blazor is the most exposed .NET target, why you can&apos;t just obfuscate the DLLs, and how Nebula.NET protects a Blazor WASM app end to end.</description><pubDate>Thu, 17 Sep 2026 00:00:00 GMT</pubDate><category>Blazor</category><category>Nebula.NET</category><category>Obfuscation</category><category>WebAssembly</category><author>Delta1 Labs</author></item><item><title>Nebula.NET 1.1: code virtualization, Blazor WASM protection, and beating de4dot</title><link>https://delta1labs.com/blog/nebula-1-1-code-virtualization/</link><guid isPermaLink="true">https://delta1labs.com/blog/nebula-1-1-code-virtualization/</guid><description>Nebula.NET 1.1 adds code virtualization, Blazor WebAssembly protection, and hardening built specifically to defeat automated deobfuscators like de4dot.</description><pubDate>Wed, 16 Sep 2026 00:00:00 GMT</pubDate><category>Announcement</category><category>Nebula.NET</category><category>Obfuscation</category><author>Delta1 Labs</author></item><item><title>How to Obfuscate a .NET App in GitHub Actions (CI/CD)</title><link>https://delta1labs.com/blog/obfuscate-dotnet-github-actions/</link><guid isPermaLink="true">https://delta1labs.com/blog/obfuscate-dotnet-github-actions/</guid><description>Obfuscate your .NET app automatically in GitHub Actions: a step-by-step CI/CD workflow that protects your Release build on the runner, licenses only the build server, and keeps developer builds clean.</description><pubDate>Sun, 13 Sep 2026 00:00:00 GMT</pubDate><category>Tutorial</category><category>.NET</category><category>CI/CD</category><author>Delta1 Labs</author></item><item><title>Obfuscate only on your build server (keep developer builds clean)</title><link>https://delta1labs.com/blog/obfuscate-on-build-server-only/</link><guid isPermaLink="true">https://delta1labs.com/blog/obfuscate-on-build-server-only/</guid><description>Protect only the official, shippable builds — developer machines build unobfuscated and debuggable. A step-by-step CI setup with Nebula.NET.</description><pubDate>Fri, 11 Sep 2026 00:00:00 GMT</pubDate><category>Guide</category><category>.NET</category><category>CI</category><category>DevOps</category><author>Delta1 Labs</author></item><item><title>How to obfuscate a NuGet package before you publish it</title><link>https://delta1labs.com/blog/obfuscate-nuget-package/</link><guid isPermaLink="true">https://delta1labs.com/blog/obfuscate-nuget-package/</guid><description>Ship a protected .NET library on NuGet without breaking the public API your consumers depend on — a step-by-step guide with Nebula.NET.</description><pubDate>Thu, 10 Sep 2026 00:00:00 GMT</pubDate><category>Guide</category><category>.NET</category><category>NuGet</category><category>Obfuscation</category><author>Delta1 Labs</author></item><item><title>How to obfuscate a WPF app without breaking XAML data binding</title><link>https://delta1labs.com/blog/obfuscate-wpf-app/</link><guid isPermaLink="true">https://delta1labs.com/blog/obfuscate-wpf-app/</guid><description>A step-by-step guide to protecting a WPF desktop application with Nebula.NET — and keeping bindings, commands and converters working.</description><pubDate>Thu, 10 Sep 2026 00:00:00 GMT</pubDate><category>Guide</category><category>.NET</category><category>WPF</category><category>Obfuscation</category><author>Delta1 Labs</author></item><item><title>Best .NET Obfuscators in 2026: Top 5 Comparison</title><link>https://delta1labs.com/blog/best-dotnet-obfuscators-2026/</link><guid isPermaLink="true">https://delta1labs.com/blog/best-dotnet-obfuscators-2026/</guid><description>Best .NET obfuscators for 2026, compared honestly: ConfuserEx, Dotfuscator, Eazfuscator.NET, .NET Reactor, and Nebula.NET. Real protection vs. renaming tricks.</description><pubDate>Sun, 06 Sep 2026 00:00:00 GMT</pubDate><category>Comparison</category><category>.NET</category><category>Obfuscation</category><author>Delta1 Labs</author></item><item><title>Looking for a ConfuserEx alternative? What to know in 2026</title><link>https://delta1labs.com/blog/confuserex-alternative/</link><guid isPermaLink="true">https://delta1labs.com/blog/confuserex-alternative/</guid><description>ConfuserEx is popular but effectively unmaintained. Here is what that means for your .NET protection, what to look for in a modern alternative, and your options.</description><pubDate>Sun, 06 Sep 2026 00:00:00 GMT</pubDate><category>Comparison</category><category>.NET</category><category>Obfuscation</category><author>Delta1 Labs</author></item><item><title>Does obfuscation actually protect .NET code?</title><link>https://delta1labs.com/blog/does-obfuscation-protect-dotnet-code/</link><guid isPermaLink="true">https://delta1labs.com/blog/does-obfuscation-protect-dotnet-code/</guid><description>A straight answer on what .NET obfuscation can and cannot do — why .NET is easy to decompile, what obfuscation changes, and how to build realistic, layered protection.</description><pubDate>Sun, 06 Sep 2026 00:00:00 GMT</pubDate><category>Explainer</category><category>.NET</category><category>Security</category><author>Delta1 Labs</author></item><item><title>Introducing Glass.NET — a free .NET decompiler you can navigate</title><link>https://delta1labs.com/blog/free-dotnet-decompiler-glass/</link><guid isPermaLink="true">https://delta1labs.com/blog/free-dotnet-decompiler-glass/</guid><description>Glass.NET is a free .NET decompiler that turns any assembly into clean, readable C# — with fast Go to Definition, Find All References, Go To All, call/type hierarchy, C#/IL views and project export. A modern ILSpy, dnSpy and .NET Reflector alternative.</description><pubDate>Sun, 06 Sep 2026 00:00:00 GMT</pubDate><category>Announcement</category><category>Glass.NET</category><category>Decompiler</category><author>Delta1 Labs</author></item><item><title>How to obfuscate a .NET assembly (step-by-step, 2026)</title><link>https://delta1labs.com/blog/how-to-obfuscate-a-dotnet-assembly/</link><guid isPermaLink="true">https://delta1labs.com/blog/how-to-obfuscate-a-dotnet-assembly/</guid><description>A practical guide to obfuscating .NET assemblies — what to protect, how to do it with Nebula.NET, and how to verify your app still runs identically afterward.</description><pubDate>Sun, 06 Sep 2026 00:00:00 GMT</pubDate><category>Guide</category><category>.NET</category><category>Obfuscation</category><author>Delta1 Labs</author></item><item><title>Can someone decompile my .NET app? Stopping dnSpy and ILSpy</title><link>https://delta1labs.com/blog/prevent-dotnet-decompilation-dnspy/</link><guid isPermaLink="true">https://delta1labs.com/blog/prevent-dotnet-decompilation-dnspy/</guid><description>Yes — tools like dnSpy and ILSpy decompile .NET binaries in seconds. Here is how decompilation works and how to make your assemblies far harder to read and debug.</description><pubDate>Sun, 06 Sep 2026 00:00:00 GMT</pubDate><category>Explainer</category><category>.NET</category><category>Security</category><author>Delta1 Labs</author></item><item><title>How to protect C# source code from being decompiled</title><link>https://delta1labs.com/blog/protect-csharp-source-code/</link><guid isPermaLink="true">https://delta1labs.com/blog/protect-csharp-source-code/</guid><description>Compiled C# can be turned back into readable source in seconds. Here is why that happens and the practical steps to protect your C# code before you ship it.</description><pubDate>Sun, 06 Sep 2026 00:00:00 GMT</pubDate><category>Guide</category><category>C#</category><category>Security</category><author>Delta1 Labs</author></item><item><title>Adding licensing to your .NET app? Protect the license check too</title><link>https://delta1labs.com/blog/protect-dotnet-licensing-checks/</link><guid isPermaLink="true">https://delta1labs.com/blog/protect-dotnet-licensing-checks/</guid><description>A license key is only as strong as the code that verifies it. Learn the common .NET licensing approaches and why obfuscation and anti-tamper are essential to make them hold.</description><pubDate>Sun, 06 Sep 2026 00:00:00 GMT</pubDate><category>Guide</category><category>.NET</category><category>Licensing</category><author>Delta1 Labs</author></item><item><title>Hardcoded strings are leaking your .NET app’s secrets</title><link>https://delta1labs.com/blog/string-encryption-dotnet/</link><guid isPermaLink="true">https://delta1labs.com/blog/string-encryption-dotnet/</guid><description>Literal strings in a .NET binary are readable in seconds with any decompiler — exposing API endpoints, keys and logic. Here is why string encryption matters and how it works.</description><pubDate>Sun, 06 Sep 2026 00:00:00 GMT</pubDate><category>Explainer</category><category>.NET</category><category>Security</category><author>Delta1 Labs</author></item><item><title>Which Nebula.NET edition is right for you?</title><link>https://delta1labs.com/blog/which-nebula-edition-is-right-for-you/</link><guid isPermaLink="true">https://delta1labs.com/blog/which-nebula-edition-is-right-for-you/</guid><description>Free, Licensed, or Enterprise? A practical guide to choosing the right Nebula.NET edition for your project, team, and threat model.</description><pubDate>Sun, 06 Sep 2026 00:00:00 GMT</pubDate><category>Guide</category><category>Nebula.NET</category><author>Delta1 Labs</author></item><item><title>Introducing Nebula.NET</title><link>https://delta1labs.com/blog/introducing-nebula/</link><guid isPermaLink="true">https://delta1labs.com/blog/introducing-nebula/</guid><description>Our first product is here — a .NET obfuscation and hardening suite built for correctness, with a CLI, desktop GUI and CI integration.</description><pubDate>Sat, 05 Sep 2026 00:00:00 GMT</pubDate><category>Announcement</category><category>Nebula.NET</category><author>Delta1 Labs</author></item></channel></rss>