ReePrime China
Android Reverse Engineering using apktool

此内容来自第三方平台 (Dailymotion)。如果此视频侵犯了您的版权,请使用 立即删除 工具。

Android Reverse Engineering using apktool

15 次观看 12:07 garymildred8178

描述

This video will teach you how to decode android application into source files including Java source files. And build a new apk with changes to the resource files and it will brief about signing the modified apk package.\r
\r
Source links:\r
\r
1. Install apktool in Linux:\r
\r
2. Convert dalvik code to jar file using the below dex2jar utility.\r
\r
3. decode jar file into java files using jd-gui\r