nowsecure/frida-uikit

Inspect and manipulate UIKit-based GUIs through Frida.

JavaScript

61

55 commits

updated Jun 16, 2025

See the code

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

Contributors

oleavr

41 commits

mrmacete

11 commits

dweinstein

2 commits

hsorbo

1 commits

nowsecure/frida-uikit

Inspect and manipulate UIKit-based GUIs through Frida.

JavaScript

61

55 commits

updated Jun 16, 2025

See the code

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

Contributors

oleavr

41 commits

mrmacete

11 commits

dweinstein

2 commits

hsorbo

1 commits

Languages

JavaScript

100.0%