开发者

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

开发者 https://www.devze.com 2023-04-05 20:06 出处:网络
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 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开发者_JAVA百科 how to do it.


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


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消