本文介绍了如何保护DLL的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我写了一个dll,现在我想保护免受大规模分发。什么

用于执行此操作的COST软件最多,或者可以在

vb.net中轻松完成。

解决方案




这是可能的开箱即用:


< URL:http://msdn.microsoft.com/library/en-us/cpguide/html/cpconlicensingcomponentscontrols.asp>

< URL:http://windowsforms.net/articles/Licensing.aspx>


-

Herfried K. Wagner [MVP]

< URL:http://dotnet.mvps.org/>




< URL:

onentscontrols.asp> < URL:http://windowsforms.net/articles/Licensing.aspx>

-
Herfried K. Wagner [MVP]
< URL:http:/ /dotnet.mvps.org/>




I wrote a dll and now I want to protect from mass distribution. What
is the most COST software for doing this, or can it easily be done in
vb.net.

解决方案



That''s possible "out of the box":

<URL:http://msdn.microsoft.com/library/en-us/cpguide/html/cpconlicensingcomponentscontrols.asp>
<URL:http://windowsforms.net/articles/Licensing.aspx>

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>



<URL:http://msdn.microsoft.com/library/en...nlicensingcomp
onentscontrols.asp> <URL:http://windowsforms.net/articles/Licensing.aspx>

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>





I didn''t yet play around with them, but I think additional obfuscation
may be the way to go.

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>


这篇关于如何保护DLL的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-23 10:28