|
-
Feb 2nd, 2006, 03:13 AM
#1
Thread Starter
Lively Member
[RESOLVED] How Do You Protect Your C# Code From Being Disassembled
I just found a program called decompiler .net and it disassembles your code down to C# (not asssembler).
How can you prevent this?
-
Feb 2nd, 2006, 03:17 AM
#2
Re: How Do You Protect Your C# Code From Being Disassembled
-
Feb 2nd, 2006, 03:39 AM
#3
Thread Starter
Lively Member
Re: How Do You Protect Your C# Code From Being Disassembled
Ive looked into it. I wonder why .net didnt ship with one....
Do you know the easiest to use?
-
Feb 2nd, 2006, 03:47 AM
#4
Re: How Do You Protect Your C# Code From Being Disassembled
It does. The full Visual Studio is equipped with Dotfuscator CE. It's certainly not industrial strength but will foil casual attempts to disassemble your app. If you want something better then its all about the $'s.
-
Feb 2nd, 2006, 03:49 AM
#5
Thread Starter
Lively Member
Re: How Do You Protect Your C# Code From Being Disassembled
Your right, it does. The document I was reading was wrong.
Thanks for the help
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|