How to telnet into an iOS app and get an interactive console. (probablyinteractive.com) 47 points by probablycorey 16y ago ↗ HN
[–] JohnnyUtah 16y 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 16y 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] 16y ago ↗ (comment deleted)
[–] loumf 16y 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 16y 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.7 ms ] story [ 20.6 ms ] threadhttp://www.cycript.org/