Skip to content

Inspect and manipulate UIKit-based GUIs through Frida.

License

Notifications You must be signed in to change notification settings

nowsecure/frida-uikit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Inspect and manipulate UIKit-based GUIs through Frida.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •