From the course: Ethical Hacking: Mobile Devices and Platforms

Unlock the full course today

Join today to access over 22,400 courses taught by industry experts or purchase this course individually.

Dynamic analysis of Android applications

Dynamic analysis of Android applications - iOS Tutorial

From the course: Ethical Hacking: Mobile Devices and Platforms

Start my 1-month free trial

Dynamic analysis of Android applications

- [Instructor] I'll download the Slack team collaboration application and do some dynamic analysis. I can download this from the website shown by downloading from the secure server. Okay, the download's complete. I've moved the APK into my platform tools directory and renamed it slack.apk. I can now use ADB to install this on the device. Okay, that's a success and we can see the Slack icon on the screen. Let's go into the shell and what's happened. The first thing is to check the package is installed. We can see that com.Slack is now installed as a package. And we can see it's installed as com.Slack-1.apk in data/app. Let's go and see what data files have been setup. We can see the com.Slack data folder at the top of the list. Let's see what's in it. There's just one file. The application libraries which redirect to data/app-lib/com.Slack-1. Okay, this is a pretty clean install and there's nothing much to see. I…

Contents