tianchishang / macOS_headers

:books: A consistently maintained dump of most macOS Headers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

macOS Headers

This repository is a class dump of most Apple Applications and Frameworks on macOS. This could be useful to someone for learning/reversing a program or writing a mySIMBL plugin. This can also be used to check what has been updated between macOS releases.

Included in this repository are dumps of binaries found in:

  • /Applications
  • /Applications/Utilities
  • /System/Library/Frameworks
  • /System/Library/PrivateFrameworks
  • /System/Library/CoreServices
  • /System/Library/CoreServices/Applications

The rundown of each folder is as follows:

  • The log folder contains: Log files with a list of all items that had a different build number in that build.
  • The macOS folder contains: All the header dumps organized by folder
  • The tools folder contains: Bash scripts used to automate quickly dumping the system.

About

:books: A consistently maintained dump of most macOS Headers