553 B
553 B
Difficulty
Medium, 35 points
How To Solve
- Decompile the APK, (e.g. using JADX or online: http://www.javadecompilers.com/apk).
- Figure out the (rather simple) logic of the app, which is located in the
MainActivity.java
file:- The decoded flag is shown in a toast whenever the code is correct.
- The code is a construction of strings fetched from
resources/res/values/strings.xml
. - Reconstruct the code, enter the code in the app and the flag will be shown.
The correct code is 7402583711.
Flag
IGCTF{Sp0tt3dTheAndr01dUser}