android-apktool - A tool for reverse engineering Android apk files - Google Project Hosting

It is a tool for reverse engineering 3rd party, closed, binary Android apps. It can decode resources to nearly original form and rebuild them after making some modifications; it makes possible to debug smali code step by step. Also it makes working with app easier because of project-like files structure and automation of some repetitive tasks like building apk, etc.

It is NOT intended for piracy and other non-legal uses. It could be used for localizing, adding some features or support for custom platforms and other GOOD purposes. Just try to be fair with authors of an app, that you use and probably like.

Need to chat? Join us in Freenode #apktool :)

Features

  • decoding resources to nearly original form (including resources.arsc, XMLs and 9.png files) and rebuilding them
  • smali debugging: SmaliDebugging
  • helping with some repetitive tasks

Requirements

  • JRE 1.6 (Java Runtime Environment)
  • aapt command in a PATH
  • basic knowledge of what is SDK, aapt, PATH, smali and Google search engine may be useful

Installation for noobs

  • Windows:
    1. Download apktool-install-windows-* file
    2. Download apktool-* file
    3. Unpack both to your Windows directory
  • Linux:
    1. Download apktool-install-linux-* file
    2. Download apktool-* file
    3. Unpack both to /usr/local/bin directory (you must have root permissions)
  • Mac OS X:
    1. Download apktool-install-macos-* file
    2. Download apktool-* file
    3. Unpack both to /usr/local/bin directory (you must have root permissions)

Installation of framework files

  • See FrameworkFiles

Usage

  • Open terminal/command line and type "apktool <enter>". Then you should see usage help.
  • Or view ApktoolOptions

Discuss it: Google Groups or XDA

更多相关文章

  1. 代码中设置drawableleft
  2. android 3.0 隐藏 系统标题栏
  3. Android开发中activity切换动画的实现
  4. Android(安卓)学习 笔记_05. 文件下载
  5. Android中直播视频技术探究之—摄像头Camera视频源数据采集解析
  6. 技术博客汇总
  7. android 2.3 wifi (一)
  8. AndRoid Notification的清空和修改
  9. Android中的Chronometer

随机推荐

  1. Android中ScrollView嵌套ListView只显示
  2. android中的一些特性
  3. Android(安卓)Service生命周期及用法!
  4. Android充分利用系统状态栏,达到全屏显示,f
  5. [Android]实现静默安装APK的两种方法
  6. 最新版studio构建gradle 一直卡在Gradle:
  7. 处理固定宽度下的长字符串绘制(Android)
  8. android 简单的内核分析
  9. TextView跑马灯的几点问题:持续动画 和 与
  10. android开发环境