CAndroid
Firstly I used 7z to unzip the .apk file.
7z x candroid.apkThen I checked strings to see if there was a flag somewhere. Surprisingly, there was.
strings resources.arsc | grep flagflag{4ndr0id_1s_3asy}
Last updated
Was this helpful?
Firstly I used 7z to unzip the .apk file.
7z x candroid.apkThen I checked strings to see if there was a flag somewhere. Surprisingly, there was.
strings resources.arsc | grep flagflag{4ndr0id_1s_3asy}
Last updated
Was this helpful?