|
|
5 ماه پیش | |
|---|---|---|
| .. | ||
| translate | 5 ماه پیش | |
| README.md | 5 ماه پیش | |
| bundletool.jar | 5 ماه پیش | |
| decode_mars_crypt_log_file.py | 5 ماه پیش | |
| pepk.jar | 5 ماه پیش | |
Python>=2.7.10
pip install pyelliptic==1.5.7
conda install openssl=1.0.2u
python decode_mars_crypt_lo[debug.keystore](..%2Fkeystore%2Fdebug%2Fdebug.keystore)g_file.py com.adealink.weparty_20210520.xlog
adb devices命令查看是否手机已连接//查看tag_http日志
adb logcat -s tag_http:D
//获取应用pid,下面命令输出第二个数字即为pid
adb shell ps | grep 'com.wenext.lama'
//查看应用日志
adb logcat --pid=12298
//查看应用特定msg日志,下面为http日志
adb logcat --pid=12298 | grep 'tag_http'