Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
How to telnet into an iOS app and get an interactive console.
(opens in new tab)
(probablyinteractive.com)
47 points
probablycorey
15y ago
3 comments
Save
Share
3 comments
3 comments · 2 top-level
top
newest
oldest
JohnnyUtah
15y ago
· 1 in thread
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...
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/
j
/
k
navigate · click thread line to collapse