4

We are planning to secure our application so that it will be impossible to decompile by other programmer. I know there are tools out there that can decompile a dll and exe like JetBrains dotPeek. Is there a tool or procedure that can make this possible.

3

2 Answers 2

6

It is impossible to make your code impossible to decompile.

Additionally, there's no such thing as "encrypting" a .NET assembly (or any binary) while still maintaining its ability to be executable.

What you're looking for is an obfuscator - a tool that mangles the code enough to make it harder for a human reader to understand. There is one called Dotfuscator.

Sign up to request clarification or add additional context in comments.

Comments

0

I use .NET Reactor which works very well. It does more than just obfuscating.

2 Comments

Thanks smerlung i currently downloading .Net Reactor it seems its free
it's a paid software

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.