@mrmacete's Projects

Stalker event parser

1 | 6K

Totally inefficient, client-side toy parser for Stalker events. It's mostly useful for exploring and debugging the Stalker.

ObjC method observer

12 | 26K

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 tries to do its best to resolve and display input parameters and return value. Each call log comes with its stacktrace.

Substrate unloader

1 | 2K

Keep MobileSubstrate from injecting an iOS app (to be used with -f to take advantage of early instrumentation)