本文介绍了Java的&安培; Android的混淆工具建议的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我们开发Android和Java的项目,我们需要的混淆工具的用的加密的能力。价格不是问题。你能建议我?什么是最好的混淆的,可以同时使用的Java和Android项目?
We develop both Android and Java projects, and we need an obfuscator tool with encryption ability. Price is not a concern. What can you suggest me? What is the best obfuscator that can be used both for Java and Android projects?
推荐答案
的Proguard的(Java和Android,开源的)兄弟DexGuard(机器人,封闭源代码)不加密字符串。
Proguard's (java and android, open source) sibling DexGuard (android, closed source) does string encryption.
请参阅:
我还要补充一点,proguard的网页还列出了许多其他的混淆器(!)的
Let me also add that the proguard page also list a lot of other(!) obfuscators: http://proguard.sourceforge.net/index.html#alternatives.html
这篇关于Java的&安培; Android的混淆工具建议的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!