How can I obfuscate a .NET 6 application?

Viewed 37

I tried to obfuscate a .NET 6 WPF Application with several Obfuscators. ArmDot, Babel, Skater...

Visual Studio creates WpfApp1.exe and WpfApp1.dll. All Obfuscators say, that the Exe is not a managed file. WpfApp1.dll is obfuscated (checked with dotPeek) but the exe wants to download ".net6 Destop" and does not work.

0 Answers
Related