Android: Java: Proguard: How to: verify if my jar

2019-04-11 10:43发布

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.

2条回答
兄弟一词,经得起流年.
2楼-- · 2019-04-11 11:04

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.

查看更多
霸刀☆藐视天下
3楼-- · 2019-04-11 11:09

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

查看更多
登录 后发表回答