Tag: Android Reverse Beginners Serie

Android reverse engineering for beginners - Frida

9 March 2021
Frida is a very powerful and versatile reverse engineering tool. It defines itself as a "Dynamic instrumentation toolkit". In this post I use a simple Android CTF challenge to demonstrate how Frida can be used to perform a dynamic analysis and patch an application in memory.

Android reverse engineering for beginners - Decompiling and patching

8 March 2021
In this post I gradually build knowledge and show you how to decompile an application with JADX and how to patch an application automaticallly with APKLab. I end the article by showing you how to patch and app manually with apktool, keytool and jarsigner.