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.
|
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. |
|||||||
|
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.
|
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. |
|||||||||||
|
|
My company uses smartassembly |
|||||||||||
|
|
-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. |
||||
|
|
|
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. |
||||
|
|
|
We have used Babel Obfuscator which is free. You can find it here: |
|||||
|
|
We are using Babel Obfuscator |
|||||||
|
|
CodeVeil - havent found any decompiler that works against this |
|||||
|
|
Crypto Obfuscator offers a good combination of advanced protection features, reliability, affordability, tool support (like MSBuild integration) and ease-of-use. |
|||||||||
|
|
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. |
|||||||||
|
|
We're pretty happy with Wise Owl Demeanor. |
|||||||
|
|
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. |
|||||
|
|
I have had a good experience with Remotesoft products, like their Protector. |
|||||||||||
|
|
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. |
|||||
|
|
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. |
|||
|
|
|
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. |
|||||
|
|
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. |
|||
|
|
|
Ewout Prangsma |
|||||
|