Skip to content

FSecureLABS/coralsun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages