Android Reverse Engineering Workflow
IntroductionReverse engineering is the process of analyzing a subject system to identify its components and their interrelationships, and to create representations of the system in another form or at a higher level of abstraction. In the context of Android, reverse engineering is often used to understand the behavior of an application, to identify security vulnerabilities, or to modify the application to add new features or fix bugs.
Prerequisite
ApkTool: A decompiler tool;
Android Development S ...
