Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-02-05 | starting dis-tables.h | comex | 1 | -0/+79 | |
2015-02-03 | Make the ARM branches actually go to the right place. I need automated ↵ | comex | 2 | -3/+4 | |
tests before stable. | |||||
2015-02-03 | fix ARM64 too, theoretically | comex | 8 | -36/+107 | |
2015-02-01 | whoops, don't mean to always jump to thumb mode | comex | 1 | -1/+1 | |
2015-02-01 | formatting | comex | 2 | -11/+19 | |
2015-02-01 | fix my utter failure to handle branches/conditionals correctly (on ARM) | comex | 15 | -82/+276 | |
2015-01-30 | remove GNU-isms from cbit | comex | 1 | -11/+30 | |
2015-01-30 | add README (and note to self to fix something) | comex | 1 | -0/+2 | |
2015-01-29 | ... | comex | 2 | -49/+3 | |
2015-01-29 | a bunch of stuff that should have been committed separately | comex | 2 | -13/+22 | |
2015-01-29 | add SUBSTITUTE_DONT_STOP_THREADS for substrate compat - substrate doesn't do ↵ | comex | 1 | -1/+1 | |
this, and they might not be on the main thread. though that would be gross. | |||||
2015-01-29 | misc. fixes | comex | 1 | -1/+0 | |
2015-01-29 | get rid of the unnecessary CoreFoundation dependency | comex | 2 | -45/+56 | |
2015-01-29 | port some old code | comex | 3 | -1/+301 | |
2015-01-28 | ***yawn*** | comex | 2 | -10/+13 | |
2015-01-28 | sorta | comex | 2 | -8/+27 | |
2015-01-28 | some more stuff compiles | comex | 7 | -36/+202 | |
2015-01-25 | right, fix cleanup. (compared to the old system, this avoids busywaiting, ↵ | comex | 2 | -6/+49 | |
and properly frees the thread resources) | |||||
2015-01-25 | this is dumb | comex | 5 | -103/+272 | |
2015-01-25 | fix strerror | comex | 3 | -2/+8 | |
2015-01-25 | fix substrate-compat; check in test | comex | 1 | -3/+8 | |
2015-01-25 | fixes | comex | 6 | -21/+39 | |
2015-01-24 | fixes | comex | 1 | -4/+7 | |
2015-01-24 | it compiles... | comex | 9 | -101/+138 | |
2015-01-24 | ... | comex | 14 | -157/+474 | |
2015-01-24 | Add function to deal with mprotecting RW and back. A bit more complex than ↵ | comex | 8 | -65/+130 | |
the minimum would be... (and minor build fixes) | |||||
2015-01-21 | stopping other threads. | comex | 6 | -23/+234 | |
2015-01-21 | add substitute_strerror | comex | 3 | -6/+35 | |
2015-01-21 | minor cleanup - stop caring about thumb outside of arch-specific code | comex | 7 | -18/+21 | |
(and fix makefile bug where files whose names contained 'arm' would always be ldid'd) | |||||
2015-01-21 | pointless optimization | comex | 1 | -27/+64 | |
2015-01-21 | Some cleanup. | comex | 4 | -33/+25 | |
2015-01-21 | woo, inject seems to work on all platforms | comex | 4 | -129/+272 | |
2015-01-20 | ... | comex | 5 | -55/+408 | |
2015-01-20 | revert THAT WHOLE THING because we can't actually use it for inject | comex | 2 | -85/+37 | |
2015-01-20 | progress on injection | comex | 6 | -35/+286 | |
2015-01-19 | more reorganization - move OS X/iOS specific stuff into its own directory | comex | 6 | -0/+0 | |
2015-01-19 | some reorganization | comex | 13 | -32/+26 | |
2015-01-17 | ldrd/strd fix - we definitely need to know that in ldrd r0, r1, [pc], we ↵ | comex | 4 | -19/+37 | |
can't use r1 as scratch | |||||
2015-01-17 | improve test; thumb2 fixes | comex | 6 | -19/+77 | |
2015-01-17 | misc. objc trimmings | comex | 3 | -3/+26 | |
2015-01-17 | flip the definition of TARGET_(UN)SUPPORTED | comex | 3 | -7/+8 | |
2015-01-17 | arm64 transform dis, arm fixes, move to .c since i'm dumb | comex | 6 | -142/+189 | |
2015-01-17 | IT, BX LR - untested | comex | 6 | -20/+46 | |
2015-01-17 | transform-dis stuff - compiles for arm, so far | comex | 6 | -70/+297 | |
2015-01-17 | reorganization | comex | 5 | -18/+64 | |
2015-01-17 | interpose works; add test | comex | 1 | -23/+46 | |
2015-01-17 | fixes and test - both tests work on all archs | comex | 4 | -34/+52 | |
2015-01-17 | imp forwarding works | comex | 4 | -103/+247 | |
2015-01-16 | this is all wrong. | comex | 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 | |||||
2015-01-16 | and now for something completely different: assembly maybestret-IMPL | comex | 2 | -0/+113 | |
forwarding functions for atomicity |