How to telnet into an iOS app and get an interactive console.probablyinteractive.com 47 pointsprobablycorey16 years ago3 commentsSaveHideCopy link On HNComments−saurik16yI recommend people also check out Cycript (what we use on jailbroken devices to introspect into running applications these days; I know that the wax guy has actually been learning a lot from the Cycript project).http://www.cycript.org/−JohnnyUtah16yI don't see how this would work. How can you dynamically create a UIViewController and add to the app after it has been compiled?−loumf16yObjective-C is pretty dynamic and has support for querying and altering classes at runtime. http://developer.apple.com/mac/library/documentation/Cocoa/R...
Comments
I recommend people also check out Cycript (what we use on jailbroken devices to introspect into running applications these days; I know that the wax guy has actually been learning a lot from the Cycript project).
http://www.cycript.org/
I don't see how this would work. How can you dynamically create a UIViewController and add to the app after it has been compiled?
Objective-C is pretty dynamic and has support for querying and altering classes at runtime. http://developer.apple.com/mac/library/documentation/Cocoa/R...