Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-07-16 | style police | comex | 1 | -16/+30 | |
2015-03-03 | fixes for compiling on older OS X | comex | 1 | -1/+5 | |
2015-03-01 | fix stack alignment | comex | 1 | -3/+6 | |
2015-02-18 | Fix hook-function: | comex | 1 | -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. | |||||
2015-01-28 | ***yawn*** | comex | 1 | -0/+2 | |
2015-01-28 | some more stuff compiles | comex | 1 | -7/+1 | |
2015-01-25 | right, fix cleanup. (compared to the old system, this avoids busywaiting, ↵ | comex | 1 | -5/+14 | |
and properly frees the thread resources) | |||||
2015-01-25 | this is dumb | comex | 1 | -69/+216 | |
2015-01-21 | stopping other threads. | comex | 1 | -22/+6 | |
2015-01-21 | pointless optimization | comex | 1 | -27/+64 | |
2015-01-21 | Some cleanup. | comex | 1 | -4/+11 | |
2015-01-21 | woo, inject seems to work on all platforms | comex | 1 | -16/+166 | |
2015-01-20 | ... | comex | 1 | -16/+238 | |
2015-01-20 | progress on injection | comex | 1 | -0/+184 | |