All Projects → nowsecure → frida-uikit

nowsecure / frida-uikit

Licence: MIT license
Inspect and manipulate UIKit-based GUIs through Frida.

Programming Languages

javascript
184084 projects - #8 most used programming language

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');
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].