Projects by popularity

iOS sqlite3

0 | 66

Uploaded by: @karim-moftah

Hooks sqlite3_prepare, sqlite3_prepare_v2, sqlite3_prepare_v3, sqlite3_prepare16, sqlite3_prepare16_v2, sqlite3_prepare16_v3

Add JavaScriptInterface to any WebView

0 | 1K

Uploaded by: @FrankSpierings

How it works: - It registers a new WebAppInterface class, which contains the functions to be exported (example showToast) - It then hooks the Activity to obtain a valid context - It then hooks the WebView.loadUrl method, to add a context specific WebAppInterface instance - Lastly, it overrides the annotation checks and instructs that all requested methods are allowed to be requested.

iOS Walk Spoofer

0 | 46

Uploaded by: @karim-moftah

This Frida script hooks into Apple’s CoreLocation framework to simulate a moving GPS location on iOS apps. It intercepts CLLocationManager methods and continuously delivers fake location updates that appear as if the device is walking randomly within a defined area.

iOS Jailbreak Bypass

0 | 0

Uploaded by: @rodnt

Bypass the commonly used root techniques designed for simple apps, intended for testing purposes. Strong Runtime Application Self-Protection (RASP) will detect this easily.