March 2016
Intermediate to advanced
312 pages
7h 15m
English
Patching an app with malware has become very handy and easy for all Android apps with the ease of availability of tools, alternative app stores, and web hostings. We learned throughout this chapter how to assess different types of vulnerabilities; in this section, we will see the steps of how an app can be potentially decompiled and built back with backdoors:
apktool d <anyfile.apk>)./res/ folder after decompilation..apk file to a .jar file using dex2Jar to view the source ...Read now
Unlock full access