/go-mach

A Go interface to the user-space API of the Mach kernel that underlies macOS and is linked via libSystem

Primary LanguageGoBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

go-mach

A Go interface to the user-space API of the Mach kernel that underlies macOS and is linked via libSystem.

This package is inspired by the implementation of golang.org/x/sys package and The Go programming Language sources.