Protect .NET code from reverse engineering?

后端 未结 30 2280
-上瘾入骨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:28

    Bear in mind that 99%+ of your users aren't going to be interested in examining your executable to see how it works.

    Given that so few people are even going to bother trying and that most obfuscators can be worked around, is it worth your time and effort?

    You'd be better off investing the time into improving your product so that more people want to use it.

提交回复
热议问题