Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. can we retrieve source code of an exe file that compiled with c#.net 2005????

can we retrieve source code of an exe file that compiled with c#.net 2005????

Scheduled Pinned Locked Moved C#
csharpquestionhelp
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    mr mohsen
    wrote on last edited by
    #1

    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.

    W J 2 Replies Last reply
    0
    • M mr mohsen

      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.

      W Offline
      W Offline
      Wendelius
      wrote on last edited by
      #2

      Hi, there are several tools doing this. Personally I prefer Reflector[^] Mika

      1 Reply Last reply
      0
      • M mr mohsen

        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.

        J Offline
        J Offline
        JoeRip
        wrote on last edited by
        #3

        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).

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups