What's the best value for money c# code protection for a single developer

后端 未结 7 2116
孤独总比滥情好
孤独总比滥情好 2021-01-15 02:55

What\'s the best value for money c# code protection? Some just use obfuscation, others add win32 wrapping, some cost a fortune. So far I\'ve come up with http://www.eziriz.c

7条回答
  •  旧巷少年郎
    2021-01-15 03:17

    First of all, no matter what kind of protection you'll employ,a truly dedicated cracker will, eventually, get through all of the protective barriers. It might simply not worth it employing high-level code obfuscation; rather focus that time into making a better application.

    One way to look at this problem, is that people pirating your software are not your target audience; focus on paying customers instead.

    With that said, Visual Studio includes the community edition of Dotfuscator, which is fairly decent (for it's value); I would look into that, if needed.

提交回复
热议问题