

I recommend that all the tools are added to your path environment variable so they can be easily accessed.įor those of you who want to use the APK I am using in this blog, you can download it here:Ĭom. Setting up the Device The device I am using is a stock Nexus 4 running Android 4.4.4.

The best part is, root privilege is not required. This can come in handy during mobile application penetration tests because we can step into an application while it’s running and potentially obtain and write information that we normally wouldn’t have access to.

In this blog, I am going to walk through how we can attach a debugger to an Android application and step through method calls by using information gained from first decompiling it.
