dex killer is a tools for dumping dex file from memory, so make sure your device has root.
-
360
contains test apk
-
art
contains screenshot
- clone repo
git clone https://github.com/ChanJLee/dex_killer.git
- make
cd dex_killer
make
- push file to your android device
make install
- 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}