Taking part in the H@ctivityCon CTF 2021 doing the two mobile challenges, I was able to recover the flag for two of the challenges. ToDo (Easy) Download the todo.apk file Verify the file type using file file todo.apk
todo.apk: Zip archive data, at least v0.0 to extract Extract the apk content using apktool. The apktool is a used to reverse engineer Android…