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. .NET Obfuscator Community Edition Problem.

.NET Obfuscator Community Edition Problem.

Scheduled Pinned Locked Moved C#
helpcsharpvisual-studioquestion
4 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.
  • D Offline
    D Offline
    Dinesh N Samarathunga
    wrote on last edited by
    #1

    Hi, I have created two projects, One is an EXE and other one is DLL. The DLL is referanced by EXE Project. The Exe & Dll Are working fine. I Need to hide code of dll. So I use .NET Obfuscator Community edition (Which comes with VS 2005) to Obfuscat dll. It was done successfully. The problem is Now when I am executing Exe it generate errors about missing Classes (Those classes are Withing DLL) What can I do for this scenario ? Is it the nature of Community Edition ? Please help me to solve this problem. Thanks Dinesh

    P 1 Reply Last reply
    0
    • D Dinesh N Samarathunga

      Hi, I have created two projects, One is an EXE and other one is DLL. The DLL is referanced by EXE Project. The Exe & Dll Are working fine. I Need to hide code of dll. So I use .NET Obfuscator Community edition (Which comes with VS 2005) to Obfuscat dll. It was done successfully. The problem is Now when I am executing Exe it generate errors about missing Classes (Those classes are Withing DLL) What can I do for this scenario ? Is it the nature of Community Edition ? Please help me to solve this problem. Thanks Dinesh

      P Offline
      P Offline
      Pete OHanlon
      wrote on last edited by
      #2

      Are you using reflection to load those classes? I don't think the community edition is any good for this type of situation.

      Deja View - the feeling that you've seen this post before.

      D 1 Reply Last reply
      0
      • P Pete OHanlon

        Are you using reflection to load those classes? I don't think the community edition is any good for this type of situation.

        Deja View - the feeling that you've seen this post before.

        D Offline
        D Offline
        Dinesh N Samarathunga
        wrote on last edited by
        #3

        Hi, Thats correct. I use reflector to see the binary. Then What can I Use for this ? Thanks Dinesh

        P 1 Reply Last reply
        0
        • D Dinesh N Samarathunga

          Hi, Thats correct. I use reflector to see the binary. Then What can I Use for this ? Thanks Dinesh

          P Offline
          P Offline
          Pete OHanlon
          wrote on last edited by
          #4

          Take a look at the ObfuscationAttribute in the System.Reflection namespace.

          Deja View - the feeling that you've seen this post before.

          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