Android APK程序的smali动态调试
本文博客地址: http://blog.csdn.net/qq1084283172/article/details/71250622 一、Apktool的下载和安装 Apktool是Android逆向分析的基础工具,在进行Android APK的smali动态调试的时候会使用到它。有关Apktool工具的下载、安装、使用以及源码的编译可以参考Apktool工具的官网: https://ibotpeaches.github.io/Apktool/ ,Apktool工具的官网将Apktool工具的使用和版本更新的说明都讲的很清楚了,后面很多的操作都根据Apktool工具官网的帮助说明来进行实践。 Apktool工具源码下载地址: https://github.com/iBotPeaches/Apktool 。 Apktool工具的下载和安装,可以参考Apktool工具官网的安装说明,具体的网址为: https://ibotpeaches.github.io/Apktool/install/ ,Apktool工具在 Windows、Linux、MAC OS X平台的安装步骤如下: Install Instructions Quick Check Is at least Java 1.7 installed? Does executing java -version on command