secure .net applications against disassembly

A

Achim Kühn

I´m planning to write a windows application using the .net framework. is
there any way to secure the application so the user can´t easily disassemble
and manipulate the application?
 
J

Jeff B.

I´m planning to write a windows application using the .net framework. is
there any way to secure the application so the user can´t easily disassemble
and manipulate the application?

Visual Studio .NET 2003 ships with a the "Community" version of Dotfuscator
(Tools-->Dotfuscator Community Edition). This is a utility that will
obfuscate your IL code (i.e. make if very difficult to decipher once it's
been decompiled). There are other obfuscators available for .NET as well.
 
M

Mary Chipman

If you don't want users to "manipulate" your application, strong-name
it. See "Creating and Using Strong-Named Assemblies" in the help file.
That won't prevent them from reading the msil (obfuscation does that),
but it will prevent them from impersonating your app or introducing
hostile code.

-- Mary
MCW Technologies
http://www.mcwtech.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,009
Latest member
GidgetGamb

Latest Threads

Top