Securing DLLs

s_muhilan

Member
Joined
Oct 6, 2008
Messages
15
Programming Experience
3-5
Hi

We are developing an application in VB.NET 2008. We break the application into smaller multiple dlls so that we can easily update the program at the customer end.

We want to know that is their any way to stop the other person to use my dll in their application?

i.e we want to lock the dlls such a way that the dlls will be used by us only and not anybody in their application.

Also we want to block viewing of dlls code using any code reflector
 
Back
Top