Apps
REV EASY - 200
We are given a .aia file for download, "AIA files mostly belong to App Inventor by MIT. An AIA file is an Android application project created with App Inventor web-based application development environment. An Android application project is actually a ZIP-compressed archive with AIA filename extension." (https://filext.com/file-extension/AIA), so it is actually a zip-compressed file and we can confirm that by doing
Then we can unzip it because we now know it's an archive using
And finally grep for the flag because we don't want to search manually like so
Last updated
Was this helpful?