Frida Uiwebview Save

Inspect and manipulate UIWebView-hosted GUIs through Frida.

Project 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();
Open Source Agenda is not affiliated with "Frida Uiwebview" Project. README Source: nowsecure/frida-uiwebview
Stars
44
Open Issues
0
Last Commit
3 months ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating