https://github.com/tony-go/macos-internals
This repository is a playground for my macOS internals learning journey.
https://github.com/tony-go/macos-internals
Last synced: 9 months ago
JSON representation
This repository is a playground for my macOS internals learning journey.
- Host: GitHub
- URL: https://github.com/tony-go/macos-internals
- Owner: tony-go
- Created: 2023-06-25T14:58:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-26T07:49:24.000Z (over 2 years ago)
- Last Synced: 2025-02-04T16:17:07.981Z (10 months ago)
- Language: C
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
#macOS internals
This repository is a playground for my macOS internals learning journey.
## Build
```sh
./build.sh
```
## Run
Pick one of the executables from `exec/` folder.
For example for `sysctl`:
```sh
./exec/sysct
```
## Notes
* [Commands](./COMMANDS.markdown)
* [Files](./FILES.markdown)