darlingserver/duct-tape
2022-02-25 22:41:01 -05:00
..
defines Initial commit 2022-01-18 00:46:28 -05:00
include/darlingserver dtape: Partially implement task_info 2022-02-25 22:41:01 -05:00
internal-include/darlingserver/duct-tape dtape: Move hook typedefs into their own header 2022-02-25 20:50:44 -05:00
pthread Implement psynch using pthread kext 2022-02-23 00:55:03 -05:00
src dtape: Partially implement task_info 2022-02-25 22:41:01 -05:00
xnu dtape: Initialize the host notify zone and lock 2022-02-25 17:05:27 -05:00
CMakeLists.txt Implement psynch using pthread kext 2022-02-23 00:55:03 -05:00
README.md Initial commit 2022-01-18 00:46:28 -05:00

darlingserver Duct Taping

The purpose of this subproject is to use a significantly stripped down version of XNU's own kernel code coupled with some glue/duct-tape code to simulate the necessary parts of a normal XNU kernel environment for the code to work properly to implement things like Mach IPC.