Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

What is the best .net obfuscator on the market right now?

I realize nothing is fool proof, but some products are obviously better than others.

share|improve this question
2  
the phrase is "fool proof" as in "it cannot be fooled". – Karl Dec 3 '08 at 14:18
"fool me once, shame on you, fool me twice... well, I can't be fooled again." -former president – Jason May 16 '11 at 22:30

closed as not constructive by 0A0D, Tim Post Sep 13 '11 at 12:44

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

18 Answers

up vote 47 down vote accepted

When we were about to release our software, we evaluated more than 10 obfuscators. We have used CodeVeil, Dotfuscator, Xenocode, Deepsea, CryptoObfuscator, {smartassembly}, and a few others for our code (~20 dlls/executables).

CodeVeil and {smartassembly} simply crashed - they couldn't handle the complexity of our code. We found a serious bug in Dotfuscator, and after a month of communications they couldn't help us. Xenocode had minor problems, but wasn't the stable solution we wanted (random problems - minor though).

Conclusion: Folks, don't assume that expensive packages DO the job as they're supposed to... Just try and test as many products as you can before spending time and money.

share|improve this answer
10  
so what did you end up using? – jothetomato May 26 '10 at 8:55
+1 thanks for your prompt feedback – jothetomato May 26 '10 at 17:26
5  
I had similar experiences evaluating obfuscators and can confirm that just because it's expensive doesn't mean it's better! CryptoObfuscator was my choice too. – Sean Kearon Nov 21 '10 at 11:11

My company uses smartassembly

share|improve this answer
1  
SmartAssembly was the least bad of the bunch I eval'd a year ago. Working out a set of obfuscation profiles is frustrating and laborious no matter which product you choose. It would nice to view your entire solution (collection of smart assembly project files) where you can turn on and off obfuscation features and test the resultant binary set immediately. Figuring which assemblies can have which options on without breaking the app. In my experience that's the most time-intensive part of the process. – xcud Mar 1 '10 at 15:12
I tried it, the output was nice mess hard to decipher (pure obfuscation, no encryption), however the after obfuscating my program crashed at the start. – greenoldman Aug 27 '10 at 19:17
2  
I bought SmartAssembly then found CryptoObfuscator. I can confirm that SmartAssembly honour their 30 day money back offer too! After a year they sent me a maintenance renewal bill for 3 years - which was more than I paid in the first place, so I was even more happy to have made the switch! – Sean Kearon Nov 21 '10 at 11:21

-sorry for the bad english-

1) Very too often the quality of a commercial web page alone, gives many clues about the overall quality of the software. From that point, preemptive and redgate have the only good websites.

2) I dont agree with the opinions a-la "whatever you do is gonna be cracked". Setting aside encrytion, "invalid" MSIL injection etc, the SIMPLE method of RENAMING your classes properties methods etc, is IRREVERSIBLE and obscures the code. Why not use it ??!! When you leave your house you leave the door open? Of course it can be violated, but do you leave it open??

3) Use it (obfuscation), BUT employ obfuscator tests EARLY in the project or you may have to do very serious PLUMBING and fixing code, in order to set things working. This is especially true if you have extensible XAML code :(

4) I wanted a solution which renames BAML types ALSO. (easy to examine with BAML viewer add-in in Reflector). The only product, from those i tested, which accomplishes this thus far is .fuscator and deep sea.

5) I wanted support for .net 4.0 (i had some issues with memory leaks from brushes in 3.5), i think that the VERY GOOD free eazobfuscator, doesnt provide this (it throwed me an exception).

6) All the other products that are mentioned here remiriz (or something), xenocodes, cryptos etc are pretty much inadequate. From the 8-10 programs mentioned here and in other threads only 1 or 2 (without counting sa and .fuscator) are not garbage :( (sorry to say that).

7) So the list goes down to

o) Deep sea (baml renaming, very nice price, .net 4.0 compliant, nice gui)

i) {sa}

ii) .fuscator

iii) eazfuscator

(wihtout order)(you can put maybe one or two more here, but the previous list is complete).

{sa} is easy to use (nice gui and options) whereas .fuscator is more difficult but also more flexible (with xml conf. file for manual options etc). If i didnt want XAML renaming i would choose probably {sa}, or the free eaz (which is far above the other commercial solutions).

--------------------

Also salamander protector, claims to compile your .net code down to native machine code, with all the used libraries of the .net of course along with. I didnt try this product but if its true that you can take machine instructions WITHOUT metadata is a very nice option.

share|improve this answer

I've just bought Crypto Obfuscator. I think I tested all the mentioned obfuscators and only two are worth mentioning (IMHO): Smart Assembly and Crypto Obfuscator -- that is because of the quality of obfuscation. When you look at the code you will see only random mess. Other obfuscators obfuscate code in very shallow manner.

SA looks very nice, but with default settings my program after obfuscation crashed. On the other hand with CO my program was operational, only some data were not displayed. The support (user-friendliness) are on par, however CO team helped me much faster to get my program fully working, and I like how you set exception rules in CO better. Also it is a plus CO displayed warnings just after obfuscation, in SA you have to crash your program to spot the problems.

Given the fact, CO cost 20% of SA, I was happy better solution (at least for me) is more affordable.

I would like to buy Enterprise edition of CO, because it honors obfuscation tags placed in code, but except for this feature, I am OK with Basic version -- so this was my choice (+ 1 year support). Maybe some background of my projects -- only some freewares, as my hobby (I am professional developer, but it was a private purchase). The purpose of obfuscator -- to avoid reverse engineering, I would like to make my programs open source only as I see it fit.

The downsides? When I was about to pay for the product and I saw "tax" column. The cancer of our world, seriously :-(

My 2 cents, I hope it will help someone.

share|improve this answer

We have used Babel Obfuscator which is free. You can find it here:

http://code.google.com/p/babelobfuscator/

share|improve this answer
2  
If I am not mistaken, it is no longer free since version 4.0. – Sergii Volchkov Apr 29 '11 at 13:52

We are using Babel Obfuscator

http://www.babelfor.net

share|improve this answer
1  
It even does not install (Windows 7, 64-bit). – greenoldman Aug 27 '10 at 19:33
I've been using www.babelfor.net for about a year now (on Win7 x64). Very happy with it. It's the only obfuscator that "just works", and the owner was extremely responsive and helpful on email support. Just my 2c! – Dr. ABT Oct 9 '12 at 21:05

CodeVeil - havent found any decompiler that works against this

share|improve this answer
1  
I tried to install it, it hang up during installation waiting for the license keys. Thank you for the hint anyway! – greenoldman Aug 28 '10 at 10:08

Crypto Obfuscator offers a good combination of advanced protection features, reliability, affordability, tool support (like MSBuild integration) and ease-of-use.

share|improve this answer
Crypto Obsuscator demand separate licence for each your client! It's not easy-of-use I think. – Shrike Jul 5 '10 at 10:16
The code after obfusctation is a spaghetti (good), after pointing out XAML file, the output exe didn't crash, yet all my text resources are gone, i.e. program shows up with empty menus, buttons, labels, etc. Looks most promising so far (I start feeling lonely after my C++ times and simple strip which just worked without all that fuss). – greenoldman Aug 27 '10 at 19:48
1  
Their UI could do with a little polish, but the obfuscation features are as easy to use as any others out there . Your settings are held in a project file and you can call the obfuscator from the command line if you want to include it in your build process. All in all I've had really good experiences for over a year of production use. Good support and documentation too and they don't charge you rip-off money either! – Sean Kearon Nov 21 '10 at 11:16

With so many obfuscators out there on the market, it can be very time-consuming to find the right one.

I work for Aldaray Ltd and we have just published our .NET obfuscator, Rummage. It has a relatively narrow focus: EXEs only (i.e. no DLLs, but you can use ILMerge to merge DLLs into your EXE before obfuscating). We believe this to be a very common use-case and try to build the easiest solution that Just Works.

My personal theory is that there are so many obfuscators out there because a lot of hobby developers start by assuming that it is easy (“just rename all the symbols, encrypt the strings, done”) and then find that they have gotten themselves into a complex mess that goes out of control. But they still want to publish it, so they publish a sub-quality product.

We have tested Rummage on a large number of .NET applications (WinForms, WPF, server and console applications) and we have not published Rummage before all of them worked flawlessly under rigorous testing.

share|improve this answer
1  
I like your web site. Unfortunately your product does not work for WPF or individual assemblies (it's an EXE only product and you cannot use ILMerge on WPF), though handling these is planned for future releases. But definitely +1 for being honest about everything on your site! – AresAvatar Aug 31 '11 at 18:42
@AresAvatar: We have used ILMerge successfully on several WPF applications and have not encountered any problems with Rummage. Would you like to tell us more about the error you ran into? – Timwi Sep 5 '11 at 18:50
see this question as an example: stackoverflow.com/questions/1025843/… – AresAvatar Sep 6 '11 at 17:53

We're pretty happy with Wise Owl Demeanor.

share|improve this answer
The webpage and the way you can get trial tell all about the company. However, I am happy if it works for their customers. – greenoldman Aug 27 '10 at 19:55
2  
I evaluated Wise Owl and it looked to be pretty good. However, they only give you a two week evaluation period which isn't enough. I asked for an extension which he issued and I was nearly about to buy. However, as I was busy, I ran out of time to complete my testing and I ran out of time again. My request for a second extension was completely ignored and so I lost confidence and he lost the sale! – Sean Kearon Nov 21 '10 at 11:08

I'd recommend sticking with PreEmptive's dotfuscator.

share|improve this answer

I've looked at a few over the years and we eventually decided on spices from 9rays.net. However, after about 18 months of use we found that the product had a bug, and that we were unable to get a new version, that corrected it, without shelling out for a new, highly inflated license.

The hunt began again and we have now settled on xenocodes postbuild. It's not the cheapest, but seems to do a great job.

Update - Xenocode doesn't appear to be available any more. The hunt is on again.

share|improve this answer
1  
Thank you for the tip. Xenocode is the most annoying software I used, it lets you download the installer, installs nicely, but when you try to obfuscate anything it asks you to send your personal data. Spices.Net on the other hand, works, but it has terrible UI and it produces code which is only lightly altered. – greenoldman Aug 28 '10 at 11:02

I have had a good experience with Remotesoft products, like their Protector.

share|improve this answer
3  
Thanks for the tip, however this is just another company which is not capable (in year 2010) of putting the download page. – greenoldman Aug 27 '10 at 19:58
macias, if you are referring to a downloadable trial version, I believe you have to email them. – Web Aug 27 '10 at 20:57
2  
Yes, I am referring to trial version, because before I buy it I would like to try it out. I noticed their requirement, but I won't send my personal info to anyone just to try out their product. – greenoldman Aug 28 '10 at 10:05

We try Smartassembly, Deepsea and BitHelmet. We decided to use BitHelmet obfuscator pretty much because of the stuff you mentioned, you can easily set obfuscation options on and off and try. no problems with complex software either. Only catch, it is pretty slow, but you get used to it.

share|improve this answer
Thank you for the hints, for me BitHelmet was not even capable of opening my assembly (threw exception). – greenoldman Aug 27 '10 at 19:18
That's too bad. Perhaps you should contact their technical support so they can fix the product. – Daniel Dolz Sep 24 '10 at 13:54

I have shipped commercial products using dotfuscator (big, expensive, good feature set) and babel (lean, inexpensive, solid - perfect for small companies). Also have some experience with smartassembly and deepsea - those were not bad at all.

Agree with another commenter here - you have to try different obfuscators and decide for yourself. If you don't need UI, want good msbuild integration and do not want to spend too much - babel is a good choice.

share|improve this answer

I really like the products from Eziriz. http://www.eziriz.com/

I have found that it obfuscates the code such that you cant open it in reflector afterwards. As I found some of them only obfuscates the namespaces etc. They are pretty easy to hack.

The other advantage is that the prise is great for what it does @ US$179

Check out http://www.eziriz.com/dotnet_reactor.htm and http://www.eziriz.com/intellilock.htm

I have used both and can recommend both.

share|improve this answer
1  
It is a useful product, but has some caveats. The output is no longer a pure managed assembly so tools that require one won't work, and also AnyCPU will no longer work (and some say they can only get 32-bit EXEs/DLLs with it). However, if you want something that absolutely cannot be IL decompiled AT ALL, this is the best solution. – AresAvatar Aug 31 '11 at 18:40

Take a look into the Manco Software .NET code protection products line (Manco .NET Obfuscator, Manco .NET Licensing System). Combination of these 2 products give quite interesting results. You can find more details here.

share|improve this answer

Try DeepSea Obfuscator

Ewout Prangsma

share|improve this answer
1  
My program after obfuscation works, but when I looked into the assembly it appeared that obfuscation was very superficial -- only few "entities" was changed, the majority was intact. Btw. UI of DSO is good example of terrible usability -- radio buttons used with no grouping and with no fallback to default settings... No good sign for quality software. – greenoldman Aug 27 '10 at 19:29

Not the answer you're looking for? Browse other questions tagged or ask your own question.