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. The Lounge
  3. .Net, ILDASM, and Reverse Engineering

.Net, ILDASM, and Reverse Engineering

Scheduled Pinned Locked Moved The Lounge
questioncsharpdotnet
3 Posts 3 Posters 1 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.
  • N Offline
    N Offline
    Nick Carruthers
    wrote on last edited by
    #1

    Here's a question I've always had about .Net: Using the ILDASM tool, you can view the MSIL code of virtually any CLR executable, complete with undecorated variable names and everything. Already, I've seen someone offering the source code to some program that they reverse engineered (granted it was a very simple program). The MSIL syntax is simple enough that the average programmer could recognize exactly how something was being done. Is there a way in .Net to encrypt your MSIL code, or at least obsfucate it a bit? Otherwise, it seems pretty dangerous to me, tantamount to giving out your source code. Nick Carruthers

    Z T 2 Replies Last reply
    0
    • N Nick Carruthers

      Here's a question I've always had about .Net: Using the ILDASM tool, you can view the MSIL code of virtually any CLR executable, complete with undecorated variable names and everything. Already, I've seen someone offering the source code to some program that they reverse engineered (granted it was a very simple program). The MSIL syntax is simple enough that the average programmer could recognize exactly how something was being done. Is there a way in .Net to encrypt your MSIL code, or at least obsfucate it a bit? Otherwise, it seems pretty dangerous to me, tantamount to giving out your source code. Nick Carruthers

      Z Offline
      Z Offline
      Zdeslav Vojkovic
      wrote on last edited by
      #2

      A guy asked the same question one of MS managers at .NET conference in Copenhagen, and the MS guy was not very comfortable with the question. the answer was that they would maybe provide some kind of obfuscator, but it was pretty obvious that they were not sure about that. I guess that they will finally have to provide a solution for this problem in order to sell .NET to businesses, which want to protect their investments. Of course, you can always compile it to native code ;)

      1 Reply Last reply
      0
      • N Nick Carruthers

        Here's a question I've always had about .Net: Using the ILDASM tool, you can view the MSIL code of virtually any CLR executable, complete with undecorated variable names and everything. Already, I've seen someone offering the source code to some program that they reverse engineered (granted it was a very simple program). The MSIL syntax is simple enough that the average programmer could recognize exactly how something was being done. Is there a way in .Net to encrypt your MSIL code, or at least obsfucate it a bit? Otherwise, it seems pretty dangerous to me, tantamount to giving out your source code. Nick Carruthers

        T Offline
        T Offline
        Tomasz Sowinski
        wrote on last edited by
        #3

        This issue was widely discussed on a DOTNET list at Developmentor. Here is the link to one of early threads, you can search the archives for more info. Tomasz Sowinski -- http://www.shooltz.com

        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