Android反编译工具

Apktool:

https://ibotpeaches.github.io/Apktool/install/

Installation for Apktool

  • Windows:
    1. Download Windows wrapper script (Right click, Save Link As apktool.bat)
    2. Download apktool-2 (find newest here)
    3. Rename downloaded jar to apktool.jar
    4. Move both files (apktool.jar & apktool.bat) to your Windows directory (Usually C://Windows)
    5. If you do not have access to C://Windows, you may place the two files anywhere then add that directory to your Environment Variables System PATH variable.
    6. Try running apktool via command prompt
  • Linux:
    1. Download Linux wrapper script (Right click, Save Link As apktool)
    2. Download apktool-2 (find newest here)
    3. Rename downloaded jar to apktool.jar
    4. Move both files (apktool.jar & apktool) to /usr/local/bin (root needed)
    5. Make sure both files are executable (chmod +x)
    6. Try running apktool via cli
  • Mac OS X:
    1. Download Mac wrapper script (Right click, Save Link As apktool)
    2. Download apktool-2 (find newest here)
    3. Rename downloaded jar to apktool.jar
    4. Move both files (apktool.jar & apktool) to /usr/local/bin (root needed)
    5. Make sure both files are executable (chmod +x)
    6. Try running apktool via cli

使用

解包:apktool d origin.apk
打包:apktool b dirpath -o new.apk

https://www.pd521.com/forum-44-1.html

https://www.hex-rays.com/products/ida/7.0/index.shtml
https://pan.baidu.com/s/1boWV5YR 密码: 581s
https://radare.org/r/

https://www.pd521.com/thread-11-1-1.html

http://www.bamenzhushou.com/

你可能感兴趣的:(Android反编译工具)