Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ... | comex | 2015-01-29 | 2 | -49/+3 |
| | |||||
* | a bunch of stuff that should have been committed separately | comex | 2015-01-29 | 2 | -13/+22 |
| | |||||
* | add SUBSTITUTE_DONT_STOP_THREADS for substrate compat - substrate doesn't do ↵ | comex | 2015-01-29 | 1 | -1/+1 |
| | | | | this, and they might not be on the main thread. though that would be gross. | ||||
* | misc. fixes | comex | 2015-01-29 | 1 | -1/+0 |
| | |||||
* | get rid of the unnecessary CoreFoundation dependency | comex | 2015-01-29 | 2 | -45/+56 |
| | |||||
* | port some old code | comex | 2015-01-29 | 3 | -1/+301 |
| | |||||
* | ***yawn*** | comex | 2015-01-28 | 2 | -10/+13 |
| | |||||
* | sorta | comex | 2015-01-28 | 2 | -8/+27 |
| | |||||
* | some more stuff compiles | comex | 2015-01-28 | 7 | -36/+202 |
| | |||||
* | right, fix cleanup. (compared to the old system, this avoids busywaiting, ↵ | comex | 2015-01-25 | 2 | -6/+49 |
| | | | | and properly frees the thread resources) | ||||
* | this is dumb | comex | 2015-01-25 | 5 | -103/+272 |
| | |||||
* | fix strerror | comex | 2015-01-25 | 3 | -2/+8 |
| | |||||
* | fix substrate-compat; check in test | comex | 2015-01-25 | 1 | -3/+8 |
| | |||||
* | fixes | comex | 2015-01-25 | 6 | -21/+39 |
| | |||||
* | fixes | comex | 2015-01-24 | 1 | -4/+7 |
| | |||||
* | it compiles... | comex | 2015-01-24 | 9 | -101/+138 |
| | |||||
* | ... | comex | 2015-01-24 | 14 | -157/+474 |
| | |||||
* | Add function to deal with mprotecting RW and back. A bit more complex than ↵ | comex | 2015-01-24 | 8 | -65/+130 |
| | | | | | | the minimum would be... (and minor build fixes) | ||||
* | stopping other threads. | comex | 2015-01-21 | 6 | -23/+234 |
| | |||||
* | add substitute_strerror | comex | 2015-01-21 | 3 | -6/+35 |
| | |||||
* | minor cleanup - stop caring about thumb outside of arch-specific code | comex | 2015-01-21 | 7 | -18/+21 |
| | | | | | (and fix makefile bug where files whose names contained 'arm' would always be ldid'd) | ||||
* | pointless optimization | comex | 2015-01-21 | 1 | -27/+64 |
| | |||||
* | Some cleanup. | comex | 2015-01-21 | 4 | -33/+25 |
| | |||||
* | woo, inject seems to work on all platforms | comex | 2015-01-21 | 4 | -129/+272 |
| | |||||
* | ... | comex | 2015-01-20 | 5 | -55/+408 |
| | |||||
* | revert THAT WHOLE THING because we can't actually use it for inject | comex | 2015-01-20 | 2 | -85/+37 |
| | |||||
* | progress on injection | comex | 2015-01-20 | 6 | -35/+286 |
| | |||||
* | more reorganization - move OS X/iOS specific stuff into its own directory | comex | 2015-01-19 | 6 | -0/+0 |
| | |||||
* | some reorganization | comex | 2015-01-19 | 13 | -32/+26 |
| | |||||
* | ldrd/strd fix - we definitely need to know that in ldrd r0, r1, [pc], we ↵ | comex | 2015-01-17 | 4 | -19/+37 |
| | | | | can't use r1 as scratch | ||||
* | improve test; thumb2 fixes | comex | 2015-01-17 | 6 | -19/+77 |
| | |||||
* | misc. objc trimmings | comex | 2015-01-17 | 3 | -3/+26 |
| | |||||
* | flip the definition of TARGET_(UN)SUPPORTED | comex | 2015-01-17 | 3 | -7/+8 |
| | |||||
* | arm64 transform dis, arm fixes, move to .c since i'm dumb | comex | 2015-01-17 | 6 | -142/+189 |
| | |||||
* | IT, BX LR - untested | comex | 2015-01-17 | 6 | -20/+46 |
| | |||||
* | transform-dis stuff - compiles for arm, so far | comex | 2015-01-17 | 6 | -70/+297 |
| | |||||
* | reorganization | comex | 2015-01-17 | 5 | -18/+64 |
| | |||||
* | interpose works; add test | comex | 2015-01-17 | 1 | -23/+46 |
| | |||||
* | fixes and test - both tests work on all archs | comex | 2015-01-17 | 4 | -34/+52 |
| | |||||
* | imp forwarding works | comex | 2015-01-17 | 4 | -103/+247 |
| | |||||
* | this is all wrong. | comex | 2015-01-16 | 1 | -36/+77 |
| | | | | | | | since we don't know whether it's stret, we don't mark the block stret. thus imp_implementationWithBlock doesn't do the stret/block swap, even though it would for a real block, so we can and must always assume the block is first | ||||
* | and now for something completely different: assembly maybestret-IMPL | comex | 2015-01-16 | 2 | -0/+113 |
| | | | | forwarding functions for atomicity | ||||
* | handle oom and silly machos and stuff | comex | 2015-01-16 | 2 | -10/+31 |
| | |||||
* | fix spacing | comex | 2015-01-16 | 3 | -121/+121 |
| | |||||
* | interpose (based on %c based on data) compiles... | comex | 2015-01-16 | 7 | -33/+316 |
| | |||||
* | jump dis - seemingly working(!) | comex | 2015-01-16 | 9 | -169/+375 |
| | |||||
* | add a test assembly file, not used yet | comex | 2015-01-13 | 1 | -1/+4 |
| | |||||
* | small thumb fixes for Rdn and stuff | comex | 2015-01-13 | 1 | -2/+10 |
| | |||||
* | these functions are actually pointless, since it's easier to change the ↵ | comex | 2015-01-12 | 6 | -30/+137 |
| | | | | | | *offset* for actual pc-rel loads (and the rest are accounted for, albeit implicitly in the case of add pc) i might end up using the stack :/ | ||||
* | minor improvements | comex | 2015-01-12 | 2 | -3/+9 |
| |