Obfuscator which supports WPF properly

后端 未结 6 1697
孤城傲影
孤城傲影 2020-12-15 03:32

What options exist for a good obfuscator tool for .NET which propertly support WPF in .NET 4.0?

In particular, which obfuscation tools handle rewriting of BAML withi

6条回答
  •  無奈伤痛
    2020-12-15 04:15

    In our company we use Agile.NET Obfuscator - it supports WPF application and can protect/encrypt managed resources including BAML files.

    Decompiling using ILSpy:

    Before (with only code encryption)

    After (with Resource encryption)

提交回复
热议问题