Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-07-16 | baton fix | comex | 1 | -2/+9 | |
2015-07-16 | work around (incorrect, since it's not code) alignment warning | comex | 1 | -1/+1 | |
2015-02-23 | Redo manual syscalls, and use them for hooking.. And fix mmap, which now ↵ | comex | 1 | -4/+10 | |
makes the whole thing slightly broken, because vm_remap into the middle of the shared region apparently silently does nothing. | |||||
2015-01-25 | right, fix cleanup. (compared to the old system, this avoids busywaiting, ↵ | comex | 1 | -1/+35 | |
and properly frees the thread resources) | |||||
2015-01-25 | this is dumb | comex | 1 | -18/+23 | |
2015-01-24 | Add function to deal with mprotecting RW and back. A bit more complex than ↵ | comex | 1 | -58/+4 | |
the minimum would be... (and minor build fixes) | |||||
2015-01-21 | Some cleanup. | comex | 1 | -6/+12 | |
2015-01-21 | woo, inject seems to work on all platforms | comex | 1 | -0/+87 | |