Obfuscator which supports WPF properly

后端 未结 6 1700
孤城傲影
孤城傲影 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:10

    ConfuserEx is as an Open Source obfuscator which does pretty good job making code very difficult to follow.

    If WPF exe doesn't work properly after using one of the presets, try adding protections manually (I found that in my case 'Name Protection' (rename) was breaking event handling):

提交回复
热议问题