android 26 Jul 2022 · 6 min read Dissecting Android Apps Openness of Android makes it very delicious target for the exploiters, reverse engineers. Android offers a very nice advantages for malicious actors which are not available in compare to its Read more
android 29 Jan 2022 · 2 min read Global Coroutine scope is scary Overview Using suspend methods with coroutines is a new norm while using Kotlin in Android, Kotlin Native or Kotlin Multiplatform. Recently, I have been searching good libraries for the multiplatform Read more
android 1 Nov 2021 · 6 min read Logging for Dummies Overview Logs are very useful while debugging an issue and finding a root cause for it. I would write tons of garbage logs lines such as “inside save image method” Read more
penetration testing 30 Oct 2021 · 2 min read Exploiting Android WebViews Overview Webview in Android is a system component that runs on chromium engine that allows Android apps to display web view content. There are plenty of apps out there that Read more
android 20 Jun 2021 · 2 min read Intent extractor for lazies in Kotlin While developing Nyx, I stumbled upon a custom delegate that would get me the extras using an inner class. Similar to safeArgs. I found it a very intriguing thing for Read more
clean code 19 Mar 2021 · 3 min read Dependency Injection and Code Smell In a Wonderland, Developers get more intellectual continuously. The code we wrote today ought to be superior to the code we wrote a year or two ago. Now-a-days we have Read more