frida-uikit
v5.0.0
Published
Inspect and manipulate UIKit-based GUIs through Frida
Downloads
95
Readme
frida-uikit
Inspect and manipulate UIKit-based GUIs through Frida.
Example
const ui = require('frida-uikit');
const username = await ui.get(node => node.type === 'UITextField');
username.setText('john.doe');