Can private assembly be used for more than one application?
If so how?
Answer Posted / anand. m. m
No, in directly we cannot use, but using the tool
ILDASM(provided my microsoft) or Reflector(third party), we
can decompile the other assembiles and look into them. So it
is easy to reverse engineer them and crack your application.
To provide this reverse engineering using the technique
"obfuscation". There are many third parties(xenocode,
Demeanor for .Net)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is data control in asp.net?
How many validators do ASP.NET have?
What is asp.net caching?
Which object is used to encapsulate the state of the client and the browser in ASP.NET?
What is asp.net mvc? : asp.net mvc
What is the difference between cache and cookies?
What is the difference between abstract class vs interface? Can give me the real time examples?
What is the difference between asp.net and mvc?
How to deploy/publish webservices?How many ways?Plz explain me
what is DLL Hell and how it is solved in .NET? please explain clearly??
Explain the differences between managed and unmanaged code?
How can you ensure a permanent cookie?
What is enableviewstate in asp net?
What are directives in asp.net?
Explain the difference between sql invalidation and sql notification.