[Android MobileHacking] Android UnCrackable Level3 Write-up
2025. 11. 17. 17:34ㆍWriteUp & Reference - Wargames, CTFs/Mobile
728x90
문제 파일 : https://mas.owasp.org/crackmes/Android/
Android Crackmes - OWASP Mobile Application Security
Android Crackmes Android UnCrackable L1 A secret string is hidden somewhere in this app. Find a way to extract it. Download Installation This app is compatible with Android 4.4 and up. $ adb install UnCrackable-Level1.apk SPOILER (Solutions) By Bernhard Mu
mas.owasp.org

평문 pizzapizzapizzapizzapizz에 XOR 난독화를 진행해주는 것으로 보인다.

마찬가지로 check_code에서 판별되고 있다.

마찬가지로 bar() 함수의 로직을 찾아 XOR input 값을 받아 어떤 문자열을 받는지 확인한다.
FLAG : making owasp great again

728x90
'WriteUp & Reference - Wargames, CTFs > Mobile' 카테고리의 다른 글
| [모바일 보안] Frida-Labs 0x2 (0) | 2026.02.16 |
|---|---|
| [모바일 보안] Frida-Labs 0x1 (0) | 2026.02.16 |
| [Android MobileHacking] Android UnCrackable Level2 Write-up (0) | 2025.11.17 |
| [MobileHacking.kr] Mobile Baby Analysis2 (0) | 2025.11.14 |
| [MobileHacking.kr] Mobile Baby Analysis1 (0) | 2025.11.14 |