How to create own dotnet obfuscator

后端 未结 6 863
长情又很酷
长情又很酷 2020-12-14 04:47

I know that dot net dlls and exe contain their assemblies with them so every body can extract code from it. So please tell me how can i create my own .net obfuscator and if

6条回答
  •  一向
    一向 (楼主)
    2020-12-14 05:46

    We must have to use obfuscator and if we are releasing commercial product then it more required. It protects us from unauthorized decompilation and reverse engineering of software. You can use various free as well paid obfuscators. Also for full proof protection you need to use copy protection to prevent unauthorised destrubution.

    You can check free obfuscator. This is which I am using to protect my applications.

    FxProtect - Free .Net Obfuscator

提交回复
热议问题