Archives

Reverse engineering is not just for hackers!

We spend a lot of time putting apps together, but when was the last time you pulled one apart? How wonderful is it that Android is open-source, so we can simply look at the code when we need to? What if it were just as easy to look at the source code and behaviour of […]

ClassyShark – handy Android executable viewer

While developing apps we tend to think about dexs, jars, apks and classes as build/run time abstractions that just work. Most of the time this is true, however, when trying to debug runtime issues in large apps, things can sometimes get tricky. After working with 3rd party dependencies and analysing crashes neither being able to […]