Chitranshu Asthana
Chitranshu Asthana

Reputation: 1089

Reverse Engineer Android Assets

I am trying to reverse engineer an APK file.

I tried apk2jar to get classes and resource files. But I am not able to uncompress assets.

Can anybody help?

Upvotes: 1

Views: 2329

Answers (1)

Ahmad
Ahmad

Reputation: 72533

Use apktool. It will reverse engineer all layouts, values, assets etc.

Apktool: http://ibotpeaches.github.io/Apktool/

Upvotes: 2

Related Questions