Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/steven-michaud/sandboxmirror
- Owner: steven-michaud
- License: mit
- Created: 2016-09-07T17:38:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-04T17:37:48.000Z (over 7 years ago)
- Last Synced: 2024-11-02T07:33:11.152Z (about 2 months ago)
- Topics: c-plus-plus, kernel-modules, macos, macosx, reverse-engineering
- Language: C++
- Size: 77.1 KB
- Stars: 55
- Watchers: 8
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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)