Obfuscation of Your .NET Application Code

CodeGuru content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More.

Developers find themselves in
a situation in which they have to secure code through Obfuscation — a term
that is defined as "technique to complicate code so that they are hard to
be reverse-engineered". Although .Net
assemblies are the easiest to be hacked, on a lighter note, someone also said: "The
only things that hackers don’t get are the comments!"

Start the obfuscator service and add assemblies that you need to obfuscate

Visual basic developer
center
also hosts a series of videos in this regard.

Thanks for reading!

References:

Obfuscated code

Thwart Reverse Engineering of Your Visual Basic .NET or C# Code

Dotfuscator Software Services in Visual Studio 2010

More by Author

Get the Free Newsletter!

Subscribe to Developer Insider for top news, trends & analysis

Must Read