Which is the best tool for .net obfuscation ?
-
Hi , Which is the best tool for .net obfuscation ? i found that dotfuscator is good tool for obfuscation. is any disadvantages are there with dotfucator?can i go with this tool. thanks in advance,
I'm using Xheo codeveil, and I'm very content with that. As for it being better or worse than any other, I don't know, because I'm not a hacker, so I cannot judge which obfuscation is easier or harder to crack. But I would be very interested in following this thread and get some pointers from people who knows. As for obfuscation, this is a very good link: http://www.csharp411.com/net-obfuscators/[^] It lists a lot of obfuscators, but unfortunately there's no feature comparison... Good luck
-
Hi , Which is the best tool for .net obfuscation ? i found that dotfuscator is good tool for obfuscation. is any disadvantages are there with dotfucator?can i go with this tool. thanks in advance,
I have been using Eazfuscator.NET which is an open source solution for obfuscation. You can visit http://www.foss.kharkov.ua/g1/projects/eazfuscator/dotnet/Default.aspx[^] for this. I have been happy with the results so far. Som
-
Hi , Which is the best tool for .net obfuscation ? i found that dotfuscator is good tool for obfuscation. is any disadvantages are there with dotfucator?can i go with this tool. thanks in advance,
If you're talking about the obfuscator that came with Visual Studio, it's crap and won't prevent reverse engineering. You actually have to *buy* a product, and there are several on the market. Be aware that only one of them (that I know of) is capable of obfuscating wpf/silverlight code. Try googling for "obfuscation tool", and you'll get many hits. I've seen them for anywhere from $169 to several thousand dollars, but have never had the opportunity to actually use one.
.45 ACP - because shooting twice is just silly
-----
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"The staggering layers of obscenity in your statement make it a work of art on so many levels." - J. Jystad, 2001 -
Hi , Which is the best tool for .net obfuscation ? i found that dotfuscator is good tool for obfuscation. is any disadvantages are there with dotfucator?can i go with this tool. thanks in advance,
-
Hi , Which is the best tool for .net obfuscation ? i found that dotfuscator is good tool for obfuscation. is any disadvantages are there with dotfucator?can i go with this tool. thanks in advance,
VB
-
VB
Beat me to it!
I have learnt that you can not make someone love you, all you can do is stalk them and hope they panic and give in. Apathy Error: Don't bother striking any key.
-
VB
-
Hi , Which is the best tool for .net obfuscation ? i found that dotfuscator is good tool for obfuscation. is any disadvantages are there with dotfucator?can i go with this tool. thanks in advance,
Using Crypto Obfuscator would give you good protection - it has various obfuscation and protection techniques like method call hiding, control flow obfuscation besides usual like symbol renaming, string encryptin, etc.