iSECPartners / Introspy-Android

Security profiling for blackbox Android
http://isecpartners.github.io/Introspy-Android/
GNU General Public License v2.0
467 stars 142 forks source link

about adb logcat -s "introspy" #5

Open xdggplus opened 10 years ago

xdggplus commented 10 years ago

there'nothing to output... i hava installed all requried app.

avradip commented 10 years ago

Same for me. However if I manually create introspy.config, then introspy.db gets created and that can be analyzed with introspy analyzer. "adb logcat -s 'introspy' " still outputs nothing.

subin1405 commented 9 years ago

I have been trying with the manual creation of introspy.config method. It creates a database folder but not the introspy.db file.

metissec commented 9 years ago

the logcat command is weird and is more like a stream to fix this I just dump into a out file that ctrl + c when I am done. So "adb shell su -c logcat > out.txt". then just ctrl+c when you are done. This a full logfile so it is kinda hard to sort through but at least it is something