Inspect and manipulate UIKit-based GUIs through Frida.
JavaScript
61
55 commits
updated Jun 16, 2025
Inspect and manipulate UIKit-based GUIs through Frida.
const ui = require('frida-uikit');
const username = await ui.get(node => node.type === 'UITextField');
username.setText('john.doe');
JavaScript
100.0%
Inspect and manipulate UIKit-based GUIs through Frida.
JavaScript
61
55 commits
updated Jun 16, 2025
Inspect and manipulate UIKit-based GUIs through Frida.
const ui = require('frida-uikit');
const username = await ui.get(node => node.type === 'UITextField');
username.setText('john.doe');
JavaScript
100.0%