Nightbringer21 / fridump

A universal memory dumper using Frida
753 stars 140 forks source link

Can't connect to APP. Have you connected the device? #9

Closed EnchantedGuardian closed 7 years ago

EnchantedGuardian commented 7 years ago

Hi I have a issue while testing my android device after giving all the parameters its showing "Can't connect to App. Have you connected the device?" I know i have the device connected i am able to adb shell into the device?

Kindly let me know what the issue would be.

image

Nightbringer21 commented 7 years ago

Hi,

The reason you are getting this issue is because you are trying to attach to an application named "4794", which I believe that is actually the process id. Fridump needs the package name as argument to work.

Please see here for more examples on how to use it for Android applications: http://pentestcorner.com/fridump-android-examples/