PinnedCloaking With Source Code ExampleCloaking is a technique used by some Android malware to evade detection and analysis by security solutions or users. On other words, it’s…Mar 26, 2024Mar 26, 2024
Android PermissionsEvery application in android system is generally being sandboxed, which means applications application one can’t simply access application…Jan 8Jan 8
Broadcast Receivers (Security Perspective)Think of a broadcast receiver like a doorbell. When someone rings the doorbell, you get a notification and can do something about it, like…Jan 7Jan 7
Content Provider in AndroidContent provider is a way for different apps to share information with each other. It’s like having a big library where different apps can…Mar 28, 2024Mar 28, 2024