├── README.md ├── crackme1.apk └── crackme2.apk /README.md: -------------------------------------------------------------------------------- 1 | ### Android CrackMeS 2 | 3 | Some crackme i built for fun 4 | 5 | 6 | #### Challenge 1 7 | ###### Challenge 8 | - Win the su + frida check 9 | - Retrieve back the input flag 10 | ###### Solutions 11 | - [@AN frida solution](https://gist.github.com/iGio90/81b64cc0560b89646c989a40b5428764) 12 | 13 | #### Challenge 2 14 | ###### Challenge 15 | - Win the frida checks 16 | - Retrieve the right pin 17 | ###### Solutions 18 | - None yet 19 | -------------------------------------------------------------------------------- /crackme1.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGio90/Android-CrackMeS/160c2f350a11b60f39451062e689ddcf1ffd8fa0/crackme1.apk -------------------------------------------------------------------------------- /crackme2.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGio90/Android-CrackMeS/160c2f350a11b60f39451062e689ddcf1ffd8fa0/crackme2.apk --------------------------------------------------------------------------------