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 […]

Secure Development with Android

Developing a functional application is the first step, doing it securely is the second and effective one. Do you prevent hackers of going into your source code? How can you prevent Man in the Middle attacks in your application? Do you know how easy is to make code injections in an already existing application? This […]