android-overlay-malware-example icon indicating copy to clipboard operation
android-overlay-malware-example copied to clipboard

Harmless Android malware using the overlay technique to steal user credentials.

Results 1 android-overlay-malware-example issues
Sort by recently updated
recently updated
newest added

So it supports Android 7/8, similarly to how MisteryBot / ExoBot do (source: https://www.threatfabric.com/blogs/mysterybot__a_new_android_banking_trojan_ready_for_android_7_and_8.html) ```java @TargetApi(value = 21) public void getLastUsedApplication() { try { do { label_0: TimeUnit.MILLISECONDS.sleep(1000); gotolabel_8; }...

enhancement
help wanted