frida-uiwebview

4.0.0 • Public • Published

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();

Readme

Keywords

none

Package Sidebar

Install

npm i frida-uiwebview

Weekly Downloads

70

Version

4.0.0

License

MIT

Unpacked Size

12.4 kB

Total Files

4

Last publish

Collaborators

  • oleavr
  • mrmacete