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

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.

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)