Is there a way or a library that can help me load assembly in memory (dll for example) located on my webpage. I'm trying to figure out a nice crack protection
A:
One could download the file locally, then load it via AssemlblyLoad/reflection....and you would be off to the races. Not sure this is a good idea though.
kenny
2010-04-05 12:42:46
Yes, but I want it in memory only.
blez
2010-04-05 12:44:34
I guess that can accomplished with downloading in memory and Assembly.Load(byte[])
blez
2010-04-05 12:55:08