Android: Java: Proguard: How to: verify if my jar (different jar project)/apk are successfully processed? (I am thinking to reverse engineer it)

荒凉一梦 提交于 2019-12-21 20:37:34

问题


I successfully processed my jar and apk. Then, want to verify if is it truly hard to reverse engineer or truly did the obfuscation.

I am thinking to try to reverse engineer it by myself to see what I did. But don't know how to do it.


回答1:


For manual reverse engineering, you can try dex2jar and then Java Decompiler.




回答2:


I assume you have a set of tests (unit/functionality). Run them against the obfuscated jar file. They should pass as if you had the original program.



来源:https://stackoverflow.com/questions/7478809/android-java-proguard-how-to-verify-if-my-jar-different-jar-project-apk-ar

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!