The document discusses modifying closed-source Android apps by decompiling their APK files using tools like Smali and Baksmali, allowing developers to edit the app's code and resources and recompile it. It provides instructions for downloading an APK from a device, decompiling it to Smali code, making modifications, and rebuilding the APK to sideload the changed app. The speaker demonstrates this process and suggests other aspects of apps that can be modified like resources, third party APIs, and the app manifest.
1 of 18
More Related Content
Hack The Mob: Modifying Closed-source Android Apps
2. What is this talk about?
Lets talk about what is Android
Lets learn how to download APKs from Play Store
Lets modify those APKs
Lets push them back to our phone