kiwi
kiwi copied to clipboard
Implement Mac back-end
The back-end functions for OSX/Darwin in process_darwin.go need to be properly implemented.
This should be possible by using Mach's virtual memory interface. Specifically, vm_read and vm_write.