Frida Scripts Collection

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

Showing 21-27 of 27 scripts
Search results for: "trace" Clear search

ObjC method observer

0 likes 3 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