c# - Free WPF obfuscator / protect from reverse engineering? -


possible duplicate:
obfuscator supports wpf properly

i looking free wpf obfuscator protect code inside application, includes api key.

i have seen dotfuscator understand free version not include obfuscating wpf applications.

how should go protecting application reverse engineering?

thanks

the question has been asked around here several times before. have look: https://stackoverflow.com/questions/805549/free-obfuscation-tools-for-net

anyhow, seems eazfuscator : http://www.gapotchenko.com/eazfuscator.net choice.

update: eazfuscator.net not obfuscate wpf xaml, knowledge, don't know free tool does. paid version can though; see http://www.preemptive.com/products/dotfuscator/compare-editions


Comments

Popular posts from this blog

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -