项目作者: ChanJLee

项目描述 :
ptrace
高级语言: C++
项目地址: git://github.com/ChanJLee/dex-killer.git
创建时间: 2017-12-12T15:33:16Z
项目社区:https://github.com/ChanJLee/dex-killer

开源协议:MIT License

下载


dex killer

dex killer is a tools for dumping dex file from memory, so make sure your device has root.


Directory

  • 360

    contains test apk

  • art

    contains screenshot

MAKE

  1. clone repo
  1. git clone https://github.com/ChanJLee/dex_killer.git
  1. make
  1. cd dex_killer
  2. make
  1. push file to your android device
  1. make install
  1. run on your device, Specify the pkg(the app’s pkg what you want to dump).
    1. adb shell
    2. su
    3. /data/local/tmp/dex_killer {pkg}