Tag: binary patching

1 article
Date Thu 03 February 2022
Author Benoît Forgette
Category Android

When analyzing an Android application, we often end up playing with the Smali intermediate representation... Way more human readable than the binary DEX code itself, but still not that user friendly. This blog post gives some guidelines on how to read Smali, and start writing you own Smali code!