We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some other people already mentioned the problem, but no one has created a ticket here. I'm doing that.
Here is a SO post describing the issue: http://stackoverflow.com/questions/32943275/task-for-pid-stops-working-on-os-x-10-11
Googling around I found http://newosxbook.com/articles/PST2.html as a possible solution.
Will keep you posted.
The text was updated successfully, but these errors were encountered:
Thanks, a patch would be very welcome.
Sorry, something went wrong.
@subzerov have you tried disabling SIP? You can partially disable it by doing the following:
Boot into Recovery Mode (reboot your Mac while holding cmd+R until a progress bar appears);
Under Utilities menu find Terminal;
Enter these commands:
$ csrutil clear # reset SIP configuration to defaults $ csrutil enable --without debug
Now reboot again and try using mach_inject.
mach_inject
Anyone tried that workaround without disabling SIP? Seems its not working for me.
No branches or pull requests
Some other people already mentioned the problem, but no one has created a ticket here. I'm doing that.
Here is a SO post describing the issue:
http://stackoverflow.com/questions/32943275/task-for-pid-stops-working-on-os-x-10-11
Googling around I found http://newosxbook.com/articles/PST2.html as a possible solution.
Will keep you posted.
The text was updated successfully, but these errors were encountered: