2021 March 16
Do you think that reverse engineering with dynamic analysis is for elite hackers? Well, with Dexcalibur, this isn't the case anymore. Even if you are a beginner, with Dexcalibur your can create hooks to inspect methods or modify the execution flow. Check out this article to learn how to use this awesome tool!
2021 March 14
A while ago I wrote a series of articles detailing my backup infrastructure. In this article I summarize everything and give out the necessary commands to setup your automated backups with restic
2021 March 9
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.