/coralsun

macOS Cython IOKit Utility Library

Primary LanguagePython

coralsun

Coralsun is a small utility cython library used to provide python support for low level kernel features.

Currently only IOKit and Mach IPC is supported. The fuzzer opalrobot depends on this utility library.

Support for Mach IPC messaging is partially broken and under development currently.

Version 0.1

Dependencies

  • pip install cython

Build Instructions

python setup.py build_ext --inplace

Installation

python setup.py install

API Usage

Examples of usage are included in the iokit_test.py unit test script.