Monitoring SMS sent by Android application using emulator

147 Views Asked by At

I have an Android malware APK which is sending out SMS messages and subsequently deleting them, so they are not visible in the Messages app. The code of the application is obfuscated, so I am not able to read the code.

I want to find out the content and recipients of the SMS messages sent out by the app while running it in an emulator.

Is there a way to monitor the SMS sent out by the application, just like we monitor the internet traffic using monitoring tools?

Update: The malware seeks permission for becoming the default SMS application. It terminates if it is not granted the permission.

0

There are 0 best solutions below