aboutsummaryrefslogtreecommitdiff
path: root/lib/darwin/inject.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* style policecomex2015-07-161-16/+30
|
* fixes for compiling on older OS Xcomex2015-03-031-1/+5
|
* fix stack alignmentcomex2015-03-011-3/+6
|
* Fix hook-function:comex2015-02-181-20/+24
| | | | | | | | | | - 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.
* ***yawn***comex2015-01-281-0/+2
|
* some more stuff compilescomex2015-01-281-7/+1
|
* right, fix cleanup. (compared to the old system, this avoids busywaiting, ↵comex2015-01-251-5/+14
| | | | and properly frees the thread resources)
* this is dumbcomex2015-01-251-69/+216
|
* stopping other threads.comex2015-01-211-22/+6
|
* pointless optimizationcomex2015-01-211-27/+64
|
* Some cleanup.comex2015-01-211-4/+11
|
* woo, inject seems to work on all platformscomex2015-01-211-16/+166
|
* ...comex2015-01-201-16/+238
|
* progress on injectioncomex2015-01-201-0/+184