sitefortest / HeyGirl

Fork From BaiduSecurityLabs/ZjDroid.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HeyGirl

Fork from BaiduSecurityLabs/ZjDroid.

Reference

BaiduSecurityLabs/ZjDroid

The ZjDroid Author Blog

Changes

Migrating the original project to Android Studio. Changing the com.zjdroid.invoke action to hey.girl.

Command

  • Dump dex information

adb shell am broadcast -a hey.girl --ei target [pid] --es cmd '{"action":"dump_dexinfo"}'

  • Dump dex classes

adb shell am broadcast -a hey.girl --ei target [pid] --es cmd '{"action":"dump_class","dexpath":"*****"}'

  • Dump dex

adb shell am broadcast -a hey.girl --ei target [pid] --es cmd '{"action":"dump_dex","dexpath":"*****"}'

  • Dump dex by baksmali

adb shell am broadcast -a hey.girl --ei target [pid] --es cmd '{"action":"baksmali","dexpath":"*****"}'

  • Dump memory

adb shell am broadcast -a hey.girl --ei target [pid] --es cmd '{"action":"dump_mem","start":1234567,"length":123}'

  • Dump stack trace information.
    adb shell am broadcast -a hey.girl --ei target [pid] --es cmd '{"action":"dump_heap"}'

  • Run Lua script.

adb shell am broadcast -a hey.girl --ei target [pid] --es cmd '{"action":"invoke","filepath":"****"}'

About

Fork From BaiduSecurityLabs/ZjDroid.

License:Apache License 2.0


Languages

Language:Java 99.1%Language:C 0.9%Language:Makefile 0.0%