iSECPartners/Introspy-iOS

Analyze daemons

nikolacicmil opened this issue · 2 comments

Hey guys I would like to know if I can hook introspy to to system daemons like itunesstored?
Thanks

Hi,
As it is now introspy won't be loaded into system daemons. I'm not sure we want to implement this as a feature but in theory I can't see why this wouldn't work. You just need to figure out how to get MobileLoader to load introspy into itunesstored.

If you really want to do it there are instructions here on how to get MobileSubstrate to inject a tweak into system daemons:
http://nabla-c0d3.github.io/blog/2013/08/20/intercepting-the-app-stores-traffic-on-ios/
It should work for introspy too.