Embed presentation












Cycript is a combination of Objective-C and JavaScript that allows interrogating and manipulating iOS or macOS applications during runtime. It can hook into a running process, modify the application dynamically, access classes and variables, perform runtime method swizzling, and create new classes, variables, and functions. Cycript enables listing an app's view hierarchy, tuning views, viewing all variables and functions, and listing classes used by the app.










