Protect .NET code from reverse engineering?

后端 未结 30 1879
-上瘾入骨i
-上瘾入骨i 2020-11-22 01:17

Obfuscation is one way, but it can\'t protect from breaking the piracy protection security of the application. How do I make sure that the application is not tampered with,

30条回答
  •  情歌与酒
    2020-11-22 01:24

    Frankly, sometimes we need to obfuscate the code (for example, register license classes and so on). In this case, your project is not free. IMO, you should pay for a good obfucator.

    Dotfuscator hides your code and .NET Reflector shows an error when you attempt to decompile it.

提交回复
热议问题