Practices for hiding the executable code of compiled applications

后端 未结 6 1525
梦谈多话
梦谈多话 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条回答
  •  感情败类
    2021-01-14 14:19

    It's software; anything is possible. You can encrypt your binaries, and then decrypt all or part of them into your application at runtime. It's not foolproof, but it's up to you to decide how draconian you want to be.

提交回复
热议问题