nowsecure/frida-uiwebview

Inspect and manipulate UIWebView-hosted GUIs through Frida.

JavaScript

51

41 commits

updated Jun 16, 2025

See the code

README

frida-uiwebview

Inspect and manipulate UIWebView-hosted GUIs through Frida.

Example

import ui from 'frida-uikit';
import web from 'frida-uiwebview';

const webView = await ui.get(node => node.type === 'UIWebView');

const loginButton = await web.get(webView, node => node.text === 'Log in to Spotify');
loginButton.click();
frida
nowsecure
webview

Contributors

oleavr

29 commits

mrmacete

11 commits

dweinstein

1 commits

nowsecure/frida-uiwebview

Inspect and manipulate UIWebView-hosted GUIs through Frida.

JavaScript

51

41 commits

updated Jun 16, 2025

See the code

README

frida-uiwebview

Inspect and manipulate UIWebView-hosted GUIs through Frida.

Example

import ui from 'frida-uikit';
import web from 'frida-uiwebview';

const webView = await ui.get(node => node.type === 'UIWebView');

const loginButton = await web.get(webView, node => node.text === 'Log in to Spotify');
loginButton.click();
frida
nowsecure
webview

Contributors

oleavr

29 commits

mrmacete

11 commits

dweinstein

1 commits

Languages

JavaScript

100.0%