How to telnet into an iOS app and get an interactive console. (probablyinteractive.com) 47 points by probablycorey 15y ago ↗ HN
[–] JohnnyUtah 15y ago ↗ 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? [–] loumf 15y ago ↗ Objective-C is pretty dynamic and has support for querying and altering classes at runtime. http://developer.apple.com/mac/library/documentation/Cocoa/R... [–] [deleted] 15y ago ↗ (comment deleted)
[–] loumf 15y ago ↗ Objective-C is pretty dynamic and has support for querying and altering classes at runtime. http://developer.apple.com/mac/library/documentation/Cocoa/R...
[–] saurik 15y ago ↗ 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/
4 comments
[ 3.1 ms ] story [ 22.8 ms ] threadhttp://www.cycript.org/