Chapter 6. Reverse Engineering Applications
In this chapter, we will cover the following recipes:
- Compiling from Java to DEX
- Decompiling DEX files
- Interpreting the Dalvik bytecode
- Decompiling DEX to Java
- Decompiling the application's native libraries
- Debugging the Android processes using the GDB server