Skip to content

dodola/DumpDex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DumpDex

dump dex from memory NEED ROOT

Build

GOOS=android GOARCH=arm64 GOARM=7 go build .

Run

adb push dump-dex /data/local/tmp/
adb shell "chmod 755 /data/local/tmp/dump-dex"
./dump-dex pid