Skip to content

ChanJLee/dex-killer

Repository files navigation

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
git clone https://github.com/ChanJLee/dex_killer.git
  1. make
cd dex_killer
make
  1. push file to your android device
make install
  1. run on your device, Specify the pkg(the app's pkg what you want to dump).
adb shell
su
/data/local/tmp/dex_killer {pkg}