DLL
-
Hi, I have craeted one dll.some body cracked that dll.whether ASP.NET provide any alert message or any information to that owner of dll
-
Hi, I have craeted one dll.some body cracked that dll.whether ASP.NET provide any alert message or any information to that owner of dll
your question is not clear.., if That DLL is developed by you.., YOU R THE OWNER
Rajesh B --> A Poor Workman Blames His Tools <--
-
Hi, I have craeted one dll.some body cracked that dll.whether ASP.NET provide any alert message or any information to that owner of dll
-
Hi, I have craeted one dll.some body cracked that dll.whether ASP.NET provide any alert message or any information to that owner of dll
Your question isn't entirely clear. But, if you're asking if there is any way to have a .NET DLL "phone home" and tell you that someone cracked it, no. Since .NET .DLL can be easily decompiled using Reflector, and your .DLL code is not running at the time, your code will never know that someone looked at it using Reflector.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008
But no longer in 2009... -
Hi, I have craeted one dll.some body cracked that dll.whether ASP.NET provide any alert message or any information to that owner of dll
well, if cracked means modified - making an assembly strong-named provides a guarantee that the assembly have not been changed since it was built.
Gabriel Szabo