Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | that was easy | comex | 2015-01-11 | 1 | -0/+27 |
| | |||||
* | thumb2 and stuff | comex | 2015-01-11 | 4 | -29/+60 |
| | |||||
* | thumb2 progress | comex | 2015-01-11 | 4 | -12/+166 |
| | |||||
* | theoretically fix thumb | comex | 2015-01-11 | 1 | -12/+27 |
| | |||||
* | generate all the transform-dis-*; should be more precise; can't just use ↵ | comex | 2015-01-11 | 1 | -1/+1 |
| | | | | makedep because of parallel builds | ||||
* | this speeds it up a tad, still ~2s; oh well, I asked for C++... | comex | 2015-01-11 | 1 | -24/+21 |
| | |||||
* | this produces good output (finally) but takes 3.25s to compile 24K of code, lol | comex | 2015-01-11 | 2 | -58/+78 |
| | |||||
* | Revert "C++ is just a giant pain in the ass" | comex | 2015-01-11 | 2 | -89/+74 |
| | | | | This reverts commit 4743027a22ae4e622d7e78f878eff307d02ac373. | ||||
* | C++ is just a giant pain in the ass | comex | 2015-01-11 | 2 | -74/+89 |
| | |||||
* | yay? | comex | 2015-01-11 | 2 | -99/+168 |
| | |||||
* | *sigh* | comex | 2015-01-11 | 3 | -36/+126 |
| | |||||
* | ... | comex | 2015-01-10 | 2 | -0/+83 |
| | |||||
* | add licensing | comex | 2015-01-10 | 1 | -1/+2 |
| | |||||
* | fixes | comex | 2015-01-10 | 1 | -1/+1 |
| | |||||
* | substrate | comex | 2015-01-10 | 4 | -2/+78 |
| | |||||
* | private syms starting to look good | comex | 2015-01-10 | 2 | -69/+80 |
| | |||||
* | simplify | comex | 2015-01-10 | 2 | -8/+188 |
| | |||||
* | nah - this is nice looking but nonportable | comex | 2015-01-10 | 1 | -0/+39 |