Aerosol Posted January 22, 2015 Report Posted January 22, 2015 In this article we will get an introduction into mobile malware on Android. The main goal is to give you anoverview of the tools used and provide you with a starting point for next work.We will use some webservicesthat provide a good overview of the malware and later specialized tools to understand the details.This sample is a example malware(syssecApp.apk) written for Reverse Engineering Summer School 2013(Organized by Ruhr University-Bochum). It provides an overview of what Android malware is able to do. It isnot linked to a control server, so the data it steals will never leave our phone. However some personal datawill be visible in the logs and during our analysis, so we should use an emulator anyway.Basically;1 – Basics of Android ApplicationsRead more: http://dl.packetstormsecurity.net/papers/attack/intro-android-malware.pdf Quote