Recently I solved a CTF style challenge where the user was given an .apk file with the goal to find the flag. It turned out that it was a very basic retro game where one had to collect all available keys in order to get the flag. Some of the keys were outside the game area, thus the only way to solve the challenge was to take a deeper look into the .apk file and understand the game logic.



