Skip to content

Mobile App Security Testing #

Some commands

Logcat #

  • Following process
    • Can be made more verbose/detailed though
      1
      adb logcat --pid=$(adb shell pidof -s <mobile_app_name_i.e._com.imacompany.imanandroidapp>)
      

Last update: January 22, 2021