Which obfuscator can I use?
-
Hi friends, I have made a small application using WPF. Now I want to obfuscate so that no one can steal my algorithms. Also so that no one can break my licensing mechanism. I did try trial/free versions of some tools like Dotfuscator, Eazfuscator, Babel etc. But in these trial versions, my application get crashed while executing its one or other functionality. It might be because vendor don't want us to use application obfuscated with their free/trial versions. Can anybody suggest me a free Obfuscator which provide reasonable/moderate security but no crash or serious bugs in obfuscated assemblies? Thanks in Advance Aseem
-
Hi friends, I have made a small application using WPF. Now I want to obfuscate so that no one can steal my algorithms. Also so that no one can break my licensing mechanism. I did try trial/free versions of some tools like Dotfuscator, Eazfuscator, Babel etc. But in these trial versions, my application get crashed while executing its one or other functionality. It might be because vendor don't want us to use application obfuscated with their free/trial versions. Can anybody suggest me a free Obfuscator which provide reasonable/moderate security but no crash or serious bugs in obfuscated assemblies? Thanks in Advance Aseem
Hi, A free one : NET NamesObfuscator Take a look over there : http://pipiscrew.com/ in 'Freewares 4 developers' section. Best regards. neojudgment
-
Hi friends, I have made a small application using WPF. Now I want to obfuscate so that no one can steal my algorithms. Also so that no one can break my licensing mechanism. I did try trial/free versions of some tools like Dotfuscator, Eazfuscator, Babel etc. But in these trial versions, my application get crashed while executing its one or other functionality. It might be because vendor don't want us to use application obfuscated with their free/trial versions. Can anybody suggest me a free Obfuscator which provide reasonable/moderate security but no crash or serious bugs in obfuscated assemblies? Thanks in Advance Aseem
Aseem Sharma wrote:
Now I want to obfuscate so that no one can steal my algorithms. Also so that no one can break my licensing mechanism.
I'm sorry to tell you this, but if you have .NET code then it can be read - the obfuscated code makes it harder, but not impossible to break your algorithms.
I have CDO, it's OCD with the letters in the right order; just as they ruddy well should be
Forgive your enemies - it messes with their heads
-
Aseem Sharma wrote:
Now I want to obfuscate so that no one can steal my algorithms. Also so that no one can break my licensing mechanism.
I'm sorry to tell you this, but if you have .NET code then it can be read - the obfuscated code makes it harder, but not impossible to break your algorithms.
I have CDO, it's OCD with the letters in the right order; just as they ruddy well should be
Forgive your enemies - it messes with their heads
Hi Pete, Thanks for the reply. I know that I cannot do anything other than just making it harder to read and understand my code. But for my small application, it would be enough. Can you suggest me a free Obfuscator that can obfuscate the WPF code and providing reasonable security? Regards Aseem
-
Hi, A free one : NET NamesObfuscator Take a look over there : http://pipiscrew.com/ in 'Freewares 4 developers' section. Best regards. neojudgment
Hi Neojudgment, Thanks for the reply. Today I'll try to use NET NamesObfuscator and will get back to you with my findings. Hope it will work for me. Best Regards Aseem
-
Hi Pete, Thanks for the reply. I know that I cannot do anything other than just making it harder to read and understand my code. But for my small application, it would be enough. Can you suggest me a free Obfuscator that can obfuscate the WPF code and providing reasonable security? Regards Aseem
I haven't tried it out, but Eazfuscator.NET[^] might be what you want.
I have CDO, it's OCD with the letters in the right order; just as they ruddy well should be
Forgive your enemies - it messes with their heads
-
Hi, A free one : NET NamesObfuscator Take a look over there : http://pipiscrew.com/ in 'Freewares 4 developers' section. Best regards. neojudgment
Hi Friend, I found the same problems with NET NamesObfuscator what I found with others. Then I tried Babel. Its trial version is also causing crash to my application. But it has some option which we can turned ON/OFF. It served my purpose. I think Babel is a very good obfuscator. One problem with it is that it has a command line UI not GUI. Regards Aseem
-
I haven't tried it out, but Eazfuscator.NET[^] might be what you want.
I have CDO, it's OCD with the letters in the right order; just as they ruddy well should be
Forgive your enemies - it messes with their heads
Hi Friend, I found the same problems with Eazfuscator what I found with others. Then I tried Babel. Its trial version is also causing crash to my application. But it has some option which we can turned ON/OFF. It served my purpose. I think Babel is a very good obfuscator. One problem with it is that it has a command line UI not GUI. Regards Aseem
-
Hi Friend, I found the same problems with Eazfuscator what I found with others. Then I tried Babel. Its trial version is also causing crash to my application. But it has some option which we can turned ON/OFF. It served my purpose. I think Babel is a very good obfuscator. One problem with it is that it has a command line UI not GUI. Regards Aseem
Crypto Obfuscator supports obfuscating WPF assemblies. Try it out.