Hi,
Does anyone know of a way to prevent Reflector from dissasembling a project file?
Is there a way to compile it so that it cannot be dissasembled.
That damn thing allows people to see all of your code, every last bit.
Printable View
Hi,
Does anyone know of a way to prevent Reflector from dissasembling a project file?
Is there a way to compile it so that it cannot be dissasembled.
That damn thing allows people to see all of your code, every last bit.
There are all sorts of Obfuscators out there that will do this, including the free community edition of Dotfuscator that is included with VS2005. Now there ar others like CodeVeil that can encrypt the MSIL header and make your exe appear to not be a .net assembly to programs like reflector. I use a combination of Xenocode Postbuild which is an obfuscator and CodeVeil to encrypt the MSIL header.