Memory Game (Part 1)
wait, what did i eat for breakfast again?
Last updated
wait, what did i eat for breakfast again?
Last updated
Here's a fun game to destress.
Do you know where the image assets are stored? I've made a nice drawing for you.
MD5 (memory-game.apk) = 1c491c078269748d1abf65dff6449149
Author: daniellimws
For this challenge, there TWO ways to solve this challenge. We will be explaining them both!
We received an file and I got really excited, because I love Android programming! The first thing our team did was to extract the.apk
file via .
Do you know where the image assets are stored? I've made a nice drawing for you.
The challenge description gives us a hint where the flag should be located. The TWO keywords here are image assets
and drawing
.
Flag: grey{th1s_dr4w4bl3_bu7_e4s13r_t0_7yp3}
Flag: grey{th1s_dr4w4bl3_bu7_e4s13r_t0_7yp3}
Having experience Android programming, the flag are probably located in (res -> drawable-hdpi
) folder. It is the folder where most images/graphics are stored! From there, we managed to get the flag!!
This solution is similar Firmware's . We will be using command lines to recursively search for the flag!
Gotta eat Omega 3 to boost my memory