不使用混淆器的DLL加密DLL

2023-09-03 04:29:17 作者:负情人重出江湖

事实上,我被分配了任务,以确保我的DLL,这样,如果我我的软件部署到任何系统,任何人都无法修改或读取我的DLL。 你可以请帮我,我怎么能不使用混淆加密了吗?

In fact I have been assigned with a task to secure my DLL, so that if I deploy my software to any system no one can modify or read my DLL. can you please help me how I can encrypt it without using obfuscator?

推荐答案

您需要的软件要做到这一点,下面是一些软件,你可以看看

You will need the software to do this, below are some software you may look into

Eazfuscator.NET http://www.gapotchenko.com/eazfuscator.net dotFuscator HTTP://www.$p$pemptive.com/products/dotfuscator fxProtect http://www.maycoms.net/ Eazfuscator.NET http://www.gapotchenko.com/eazfuscator.net dotFuscator http://www.preemptive.com/products/dotfuscator fxProtect http://www.maycoms.net/

请注意,模糊处理只会让你的code难以阅读和跨preT由人,但并不能阻止人们进行反编译了。

Please note that obfuscate only make your code harder to read and interpret by human, but doesn't stop people to decompile it.