1 个仓库
Low-level programming and interaction with macOS kernel functions and system internals.
Distinct from MacOS System Extensions: General domain of system programming for macOS, broader than just kernel extensions or monitors.
Explore 1 awesome GitHub repository matching operating systems & systems programming · macOS System Programming. Refine with filters or upvote what's useful.
Darwinkit 是一个 Cgo 互操作层和原生绑定库,允许 Go 应用程序调用 Apple 框架和系统 API。它作为 Go 运行时与原生 C 兼容符号之间的桥梁,旨在促进 macOS 系统编程和原生应用程序开发。 该项目包含一个 Objective-C 绑定生成器,可扫描系统符号数据库以生成 Go 源代码和常量。该工具支持检查框架符号并管理绑定模块,以保持与原生框架的当前接口一致。 该库提供了一个内存管理系统,用于协调 Go 内部的原生对象生命周期。这涵盖了引用计数的使用、创建自动释放池以处理延迟对象,以及应用终结器以防止内存泄漏。 它还支持通过直接绑定系统调用和内核信息请求与操作系统进行直接交互。
Facilitates interaction with low-level macOS kernel functions and system status for deep integration.