WuFengXue / 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

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

  • Dump dex classes

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

  • Dump dex

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

  • Dump dex by baksmali

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

  • Dump memory

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

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

  • Run Lua script.

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%