Code Monkey home page Code Monkey logo

apktoolbox's Introduction

ApkToolBox

  • 本项目的目标是将常用的APK反编译相关的工具进行收集、整理,提供统一的shell接口,最终实现对 Android逆向助手、APKIDE、Android Multitool等闭源工具的完全替代。
  • 本项目依赖apktool、Dex2Jar、jd-gui、AXMLPrinter3等工具,版权归原工具作者所有。
  • 本项目欢迎大家共同修改。

如果出现Dex2Jar报错版本不支持,可以参考http://blog.csdn.net/jltxgcy/article/details/52599353重新编译源码。

Function

     0: common. [input] is a file
     10: decompile apk using apktool. [input] is a file
     11: build apk using apktool. [input] is a directory
     20: decompression apk using 7zip. [input] is a file
     30: convert dex to jar using dex2jar. [input] is a file
     40: open jar using jd-gui. [input] is a file
     50: align apk using zipalign. [input] is a file
     60: decode AndroidManifest.xml using AXMLPrinter3. [input] is a file
     70: get dump file using dexdump. [input] is a file
     80: reate Jasmin-like source files from DEX files using dedexer. [input] is a file
     90: sign the apk using signapk. [input] is a file
     100: decompile the dex using baksmali. [input] is a file
     110: compile the dex using smali. [input] is a directory
     200: get the screenshot

Usage

cd ~
git clone https://github.com/jiangxincode/ApkToolBox.git
cd ApkToolBox
.\ApkToolBox.ps1 -help

TODO

for some version apks:

Dexdump: unsupported dex version (30 33 37 00) DeDexer: Value read:0x37; value expected:[0x36, 0x35, 0x33]

apktoolbox's People

Contributors

jiangxincode avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.