Projects by popularity

Android Malware Forensic Script

0 | 275

Uploaded by: @roopaks31051987-maker

Android malware hides actions like data theft, SMS interception, shell commands, and camera misuse. Our Frida-based script hooks sensitive APIs and decodes parameters at runtime, revealing clear high-level behaviors. This helps forensic analysts accurately reconstruct the malware’s true impact.

FLAG-SECURE

0 | 65

Uploaded by: @lorenzodifuccia

Script to bypass Android FLAG_SECURE which blocks screenshots. Hooks `Window.setFlags`/`addFlags` to strip the flag, and uses `ActivityThread.mActivities` to clear it on already running activities.