Frida Scripts Collection

Browse 440 Frida scripts for iOS and Android reverse engineering, security research, and mobile app analysis.

Showing 421-440 of 440 scripts

Android file system access hook

0 likes 24 views

Observe file system accesses by hooking some java.io.File* classes and methods, libc open/read functions and try to resolve associtation between file descriptor and path. Optionally, it can dumps the ...

View Script

ObjC method observer

0 likes 28 views

Observe all method calls to a specific class (e.g. observeClass('LicenseManager')) , or dynamically resolve methods to observe using ApiResolver (e.g. observeSomething('*[* *Password:*]')). The script...

View Script