Awesome
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
<h2>Dependencies</h2>- pip install cython
python setup.py build_ext --inplace
python setup.py install
Examples of usage are included in the iokit_test.py unit test script.