本文介绍了使用ProGuard的Android code模糊......一个人如何知道它是被模糊处理?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我有我最近出版的市场,通过混淆使用ProGuard运行后的Android项目。
I have an Android project that I recently published to the market after running it through obfuscation with ProGuard.
出口无任何并发症的项目,但我怎么知道它已经模糊处理?有什么我可以做些什么来验证混淆成功?
The project exported without any complications, but how do I know it's been obfuscated? Is there anything I could do to verify that obfuscation was successful?
推荐答案
尝试反向工程自己的应用程序。见你可以在code读什么。
Try to reverse engineer your own application. See what you can read in the code.
使用下面的问题:
http://www.taranfx.com/decompile-reverse-engineer- Android的APK
这篇关于使用ProGuard的Android code模糊......一个人如何知道它是被模糊处理?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!