Should you obfuscate a commercial .Net application?

后端 未结 16 937
一个人的身影
一个人的身影 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:51

    I am very confortable reading x86 assembly code, what about people that is working with assembly for more than 20 years ?

    You will always find someone that only need a minute to see what your c# or c code is doing...

提交回复
热议问题