Should you obfuscate a commercial .Net application?

后端 未结 16 927
一个人的身影
一个人的身影 2020-11-28 04:12

I was thinking about obfuscating a commercial .Net application. But is it really worth the effort to select, buy and use such a tool? Are the obfuscated binaries really safe

16条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-28 04:45

    No, obfuscation has been proven that it does not prevent someone from being able to decipher the compiled code. It makes it more difficult to do so but not impossible.

提交回复
热议问题