Dados
ingehack2k25 - reverse/dados
Write-Up Author : 4ymen
Flag: ingehack{security_by_obscurity}
Challenge Description:
infinite luck in exchange for a flag
title: "Reverse Engineering Challenge "
difficulty: Easy
category: Reverse Engineering
platform: Android
tools: ["apktool", "smali", "Frida", "adb"]
author : "godsword"
date: "2025-02-23"
tags: ["Reverse Engineering", "Android", "Frida", "Smali", "CTF"]
---
Write up
Step 1: Identifying the Main Activity

After decompiling dados.apk, I checked AndroidManifest.xml
to find the app’s entry point. The <activity> tag with <intent-filter> containing android.intent.action.MAIN and android.intent.category.LAUNCHER revealed that the main activity is: