Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/steven-michaud/sandboxmirror

Tool for reverse-engineering Apple's sandbox
https://github.com/steven-michaud/sandboxmirror

c-plus-plus kernel-modules macos macosx reverse-engineering

Last synced: about 2 months ago
JSON representation

Tool for reverse-engineering Apple's sandbox

Awesome Lists containing this project

README

        

# SandboxMirror

SandboxMirror is a tool for reverse engineering Apple's sandbox on Mac
OS X (aka macOS), which is closed-source and almost entirely
undocumented. Its internal workings are interesting in themselves.
And a better understanding of them should be useful for application
developers on OS X -- for example by making it easier to learn how to
configure the sandbox intelligently.

SandboxMirror runs on OS X 10.9 (Mavericks) through macOS 10.12
(Sierra).

Steven Michaud, 9/2016

## Table of Contents

* [More About SandboxMirror](1-more-about.md)

* [Building](2-building.md)

* [Installing](3-installing.md)

* [Using](4-using.md)

* [Resources](5-resources.md)

* [Use Cases](6-use-cases.md)