/ios-resources

Useful resources for iOS hacking

iOS Hacking Resources

Basics

Official references:

My own doing:

Internals

Mach-O

Sandbox

  • Jonathan Levin - The Apple Sandbox (Video and Slides)

IPC

  • Apple - Mach (Overview and API documentation (inside the XNU source in osfmk/man/index.html))
  • nemo - Mach and MIG (examples are outdated and for PPC/Intel, but descriptions are still accurate)
  • Ian Beer - Apple IPC (Video and Slides)

File Systems

Kernel

Kernel Integrity

Control Flow Integrity

Hardware

Write-Ups

Other Lists