Skip to content

Inspect and manipulate UIWebView-hosted GUIs through Frida.

License

Notifications You must be signed in to change notification settings

hezi/frida-uiwebview

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

frida-uiwebview

Inspect and manipulate UIWebView-hosted GUIs through Frida.

Example

const ui = require('frida-uikit');
const web = require('frida-uiwebview');

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

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

About

Inspect and manipulate UIWebView-hosted GUIs through Frida.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%