aboutsummaryrefslogtreecommitdiff
path: root/lib/darwin/stop-other-threads.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-02-18Fix hook-function:comex1-163/+0
- Thread stoppage is now complemented by sigaction to catch injected threads (sigaction is not used exclusively because the rest of the program could be trying to use sigaction itself in the meantime - this is a real thing, ask Dolphin) - mprotect is no longer used due to max_protection possibly getting in the way; instead, a copy is created and mapped onto the original.
2015-01-29misc. fixescomex1-1/+0
2015-01-29get rid of the unnecessary CoreFoundation dependencycomex1-40/+42
2015-01-29port some old codecomex1-1/+2
2015-01-28some more stuff compilescomex1-1/+1
2015-01-24...comex1-1/+11
2015-01-21stopping other threads.comex1-0/+151