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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. .NET Decompilers

.NET Decompilers

Scheduled Pinned Locked Moved C#
questioncsharpjavahtmldatabase
2 Posts 2 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.
  • T Offline
    T Offline
    T Jenniges
    wrote on last edited by
    #1

    I want to keep people from recreating my "source" code via the .NET disassemblers/decompilers that are already out there (Java had this problem too but at least the variable names weren't the same as the original when decompiled back to source). For a scary example of one a .NET Decompiler: http://remotesoft.com/salamander/index.html (You can test their disassembler on your own code on this site) This tool will recreate your original source code minus comments. I have a question: Has anybody found a way (e.g., a build flag) to make decompiling of .NET assemblies more difficult besides paying a $1K for an MSIL obfuscator?

    C 1 Reply Last reply
    0
    • T T Jenniges

      I want to keep people from recreating my "source" code via the .NET disassemblers/decompilers that are already out there (Java had this problem too but at least the variable names weren't the same as the original when decompiled back to source). For a scary example of one a .NET Decompiler: http://remotesoft.com/salamander/index.html (You can test their disassembler on your own code on this site) This tool will recreate your original source code minus comments. I have a question: Has anybody found a way (e.g., a build flag) to make decompiling of .NET assemblies more difficult besides paying a $1K for an MSIL obfuscator?

      C Offline
      C Offline
      Chris Austin
      wrote on last edited by
      #2

      Take a look here http://www.preemptive.com/dotfuscator/dotcomdld.html[^] Also from their home page it looks like it is going to be intergrated in the next release of vs.net What Would Uncle Steve Do?. -Michael Martin

      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