Practices for hiding the executable code of compiled applications

后端 未结 6 1616
梦谈多话
梦谈多话 2021-01-14 13:38

It\'s a standard practice to decompile and reverse engineer .net assemblies.

I\'d like to release some plugin assemblies that will add to existing applications, but

6条回答
  •  萌比男神i
    2021-01-14 14:15

    You can use an obfuscator tool, it will help but reverse engineering will still be very possible.

    Your users' computer needs to know what it needs to do, so you have to tell it. The owner of the computer has total control over it, and can therefore know himself what you told the computer to do, and he can tell it to do something else.

提交回复
热议问题