Decompiler .Net - how to avoid?

  • Thread starter Thread starter Pietro
  • Start date Start date
P

Pietro

I find a lot of .Net decompilers that brings me the full source code,
there is a way to avoid this ?

Pietro
 
I double-checked, for me I get the following MSDN article:
"Thwart Reverse Engineering of Your Visual Basic .NET or C# Code".
 
I find a lot of .Net decompilers that brings me the full source code,
there is a way to avoid this ?

Just get a .NET obfuscators. There are several on the market.
 
Hello Pietro,

I've noticed that you have gotten a lot of responses suggesting an obfuscator.
I just wanted to make sure that you knew that an obfuscator simply munges
the code. While a decompiler can still be used against your program, the
obfuscator makes it hard, but not impossible to determine what is going on.
 

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

Back
Top