Protecting my code from reverse engineering

后端 未结 8 1070
[愿得一人]
[愿得一人] 2020-12-29 16:47

As discussed in similar questions here and here I want to protect my code from reverse engineering.

My situation is as Simucal describes in his (excellent) answer h

8条回答
  •  情话喂你
    2020-12-29 17:19

    Aside from obfuscation it is almost worthless, even Microsoft (ScottGu etc) basically say that people with the right amount of intent and ability will reverse engineer an application and in .NET a basic defense is licensing and IP instead of trying to guard your code through obscurity or some other means of preventing reverse engineering.

    That is part of the reasoning of why they released the BCL source instead of keeping it private.

提交回复
热议问题