Andoryuuta / kiwi

A package for memory editing in go.
MIT License
38 stars 7 forks source link

Implement Mac back-end #1

Open Andoryuuta opened 8 years ago

Andoryuuta commented 8 years ago

The back-end functions for OSX/Darwin in process_darwin.go need to be properly implemented.

Andoryuuta commented 8 years ago

This should be possible by using Mach's virtual memory interface. Specifically, vm_read and vm_write.