How to protect the execuate code?

W

weixiang

Hi,

After compiling with C#, the target exe file can still be reverse-compiled
by ildasm. Is there someway to protect code from that method? I already
used strong-name in my module.

Thank you in advance,
weixiang
 
J

Jon Davis

All IL is reverse-compilable. But you can use an obfuscator to make it
difficult to read. Visual Studio .NET 2003 includes a simple one called
Dotfuscator.

Jon
 
H

Huihong Luo

We offer a complete solution to protect your .NET source
code from prying eyes,

(1) salamander .NET decompiler, show how easy to get
source code from the .NET assemblies,
http://www.remotesoft.com/salamander/index.html

(2) obfuscator, make reverse engineering more difficult,
the easiest to use, support C#, VB.NET, J#, MC++, etc.
http://www.remotesoft.com/salamander/obfuscator.html

(3) protector, completely prevent disassembly (no more
ildasm) and decompilation, also offer string and resource
protection,
http://www.remotesoft.com/salamander/protector.html

(4) native compiler, link and compile .NET executables to
x86 native code, run w/o .NET framework, coming soon,

Huihong
Remotesoft, Inc.
 

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

Top