aboutsummaryrefslogtreecommitdiff
path: root/lib/darwin/inject-asm-raw.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* baton fixcomex2015-07-161-2/+9
|
* work around (incorrect, since it's not code) alignment warningcomex2015-07-161-1/+1
|
* Redo manual syscalls, and use them for hooking.. And fix mmap, which now ↵comex2015-02-231-4/+10
| | | | makes the whole thing slightly broken, because vm_remap into the middle of the shared region apparently silently does nothing.
* right, fix cleanup. (compared to the old system, this avoids busywaiting, ↵comex2015-01-251-1/+35
| | | | and properly frees the thread resources)
* this is dumbcomex2015-01-251-18/+23
|
* Add function to deal with mprotecting RW and back. A bit more complex than ↵comex2015-01-241-58/+4
| | | | | | the minimum would be... (and minor build fixes)
* Some cleanup.comex2015-01-211-6/+12
|
* woo, inject seems to work on all platformscomex2015-01-211-0/+87