# HeyGirl **Repository Path**: yingchaoasd/HeyGirl ## Basic Information - **Project Name**: HeyGirl - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-08-30 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # HeyGirl Fork from BaiduSecurityLabs/ZjDroid. # Reference [BaiduSecurityLabs/ZjDroid](http://seclab.safe.baidu.com/opensec_detail_2.html) [The ZjDroid Author Blog](http://blog.csdn.net/androidsecurity/article/details/38121585) # 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":"****"}'`