How to Protecting the .NET Source Code by Decompiling, Obfuscationusing Dotfuscator

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Dutt

    How to Protecting the .NET Source Code by Decompiling, Obfuscationusing Dotfuscator

    Do you know that .NET Compiled code can be revert back to C# and
    VB.NET Source code. Yes it is possible by using decompiler we can get
    the original source code, then what about security. We can use .NET
    Obfuscation using dotfuscator for source code protection ...

  • Aidy

    #2
    Re: How to Protecting the .NET Source Code by Decompiling, Obfuscation using Dotfuscator

    Do you know that .NET Compiled code can be revert back to C# and
    VB.NET Source code.
    Yes.

    Man, usenet questions are getting much easier these days.


    Comment

    Working...