InThe StartupbyCurlSReverse engineering and modifying an Android game (.apk) — CTFRecently I solved a CTF style challenge where the user was given an .apk file with the goal to find the flag. It turned out that it was a…Jan 9, 202010
Tanuphat TinUnveiling the Power of Smali Code in Android HackingIn the intricate world of Android development, there lies a lesser-known yet powerful language: Smali.Nov 12, 20231Nov 12, 20231
GhxstStatic analysis and debugging on Android using Smalidea, JDWP and ADB.An up to date guide on how to debug apps on Android without source code in 2019.Dec 16, 20191Dec 16, 20191
InProAndroidDevbyAleksandr Pilgun, PhDAndroid app shrinking beyond R8Have you ever wondered how much of your app is actually running? Let’s figure it out with the help of instruction coverage.Dec 26, 20223Dec 26, 20223
InThe StartupbyCurlSReverse engineering and modifying an Android game (.apk) — CTFRecently I solved a CTF style challenge where the user was given an .apk file with the goal to find the flag. It turned out that it was a…Jan 9, 202010
Tanuphat TinUnveiling the Power of Smali Code in Android HackingIn the intricate world of Android development, there lies a lesser-known yet powerful language: Smali.Nov 12, 20231
GhxstStatic analysis and debugging on Android using Smalidea, JDWP and ADB.An up to date guide on how to debug apps on Android without source code in 2019.Dec 16, 20191
InProAndroidDevbyAleksandr Pilgun, PhDAndroid app shrinking beyond R8Have you ever wondered how much of your app is actually running? Let’s figure it out with the help of instruction coverage.Dec 26, 20223
Vlad IftimieAnalyzing the APK — part 2All parts: I. Get the APK & the ADB tool II. ApkTool & SmaliMar 19, 2020
Wan XiaoReserve engineering: Change the floating window of YD Dictionary by smali injectionRecently, there is an open-source APP 咕咚翻译 (Gudong Translation). Using a technical solution I introduced in this article:Jun 5, 2022
Saleh AbdulazizA practical guide to the dangerous effects of Reverse engineering in Android ApplicationsIt’s no surprise to anyone that making robust Software applications requires validation of user input. It also might requires verification…May 4, 20221