can we retrieve source code of an exe file that compiled with c#.net 2005????
-
hi friends? my question is just the title: can we retrieve source code of an exe file that compiled with c#.net 2005???? i am working on a project that contain a several code lines that keep few top secure codes. i affraid that someone can retrieve the code of my application by exe file and got the top secure code lines. if this subject is possible, please tell me how it is happened? and if it is not impossible please tell me a solution for more safety in my work. thank you.
nobody help you... you have to help you yourself and this is success way.
-
hi friends? my question is just the title: can we retrieve source code of an exe file that compiled with c#.net 2005???? i am working on a project that contain a several code lines that keep few top secure codes. i affraid that someone can retrieve the code of my application by exe file and got the top secure code lines. if this subject is possible, please tell me how it is happened? and if it is not impossible please tell me a solution for more safety in my work. thank you.
nobody help you... you have to help you yourself and this is success way.
-
hi friends? my question is just the title: can we retrieve source code of an exe file that compiled with c#.net 2005???? i am working on a project that contain a several code lines that keep few top secure codes. i affraid that someone can retrieve the code of my application by exe file and got the top secure code lines. if this subject is possible, please tell me how it is happened? and if it is not impossible please tell me a solution for more safety in my work. thank you.
nobody help you... you have to help you yourself and this is success way.
1. google "obfuscator". There are some built in obfuscators in VS 2008, and some commercially available external ones. These make it so tools like "Reflector" can't easily decode your exe 2. google ".net secure strings". .NET provides some ways to store secret values in your code so they can't be decoded at all (theoretically).