- Sep 10, 2001
- 11,711
- 8
- 81
I'm looking to distribute some code I wrote in .NET as an installer. Now, if I take my assembly and run it through something like .NET Reflector, it outputs all my source code almost exactly as I wrote it.
I'd like to avoid this by making it either impossible or so much effort that its not worth it to decompile.
I know there have been some assemblies out there I have tried to run through .NET Reflector and other decompilers and they either get an error or they output gibberish or they say they cant decompile. What are those assemblies protected with?
I found one tool that probably is used from XHEO called DeployLX. But that thing is $900 (if you want it to work with 64-bit OS which of course you'd want nowadays)
Are there any cheaper alternatives?
My goal is enough protection to defeat these decompiler tools. If the person wants to spend his or her time manually decompiling then they deserve whatever they get out of it lol
So obfuscators definitely do not achieve the goal I want
I'd like to avoid this by making it either impossible or so much effort that its not worth it to decompile.
I know there have been some assemblies out there I have tried to run through .NET Reflector and other decompilers and they either get an error or they output gibberish or they say they cant decompile. What are those assemblies protected with?
I found one tool that probably is used from XHEO called DeployLX. But that thing is $900 (if you want it to work with 64-bit OS which of course you'd want nowadays)
Are there any cheaper alternatives?
My goal is enough protection to defeat these decompiler tools. If the person wants to spend his or her time manually decompiling then they deserve whatever they get out of it lol
So obfuscators definitely do not achieve the goal I want
Last edited: