subhook
subhook copied to clipboard
Is there any plan to continue supporting macos?
When working on #58 I noticed subhook is broken for macos. The mprotect() call in subhook_unprotect() will keep failing with EACCES, because in latest macos versions it's not supported to make process code writable. With this restriction subhook won't be able to work for macos.
Is there a plan to workaround such restrictions and keep supporting macos? With Apple emphasizing on running only signed code, it seems hard to do so?