-
Notifications
You must be signed in to change notification settings - Fork 1
Processes and IPC
Luke Deshotels edited this page Dec 9, 2016
·
2 revisions
We store information regarding iOS processes and IPC (InterProcess Communication) mechanisms for the iOracle project.
Tools:
Links to relevant literature:
- Video of talk on auditing and exploiting Apple IPC
- Blog post on iOS IPC
- Tutorial on building your own mach-ports
- another blog post on mach messages
- blog post on Grand Central Dispatch
- Some open source code used by Apple related to mach ports
- Kernel Programming Guide: Mach Overview
- Apple Inter-Process Communication
- Debugging Mach Ports