Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test harness | comex | 2015-02-09 | 2 | -15/+151 |
| | |||||
* | more | comex | 2015-02-09 | 2 | -3/+3 |
| | |||||
* | Fix other architectures compiling - haven't tried *running* anything.. | comex | 2015-02-08 | 1 | -5/+5 |
| | |||||
* | Refactor disassembly so x86 works, and add x86 transform-dis. | comex | 2015-02-08 | 1 | -27/+14 |
| | | | | | | | | | | This patch is a monolithic mess, because I was too lazy to do the refactor first (that would require some stash fun, since I wasn't actually sure before doing x86 transform-dis what would be needed). Anyway, the resulting code should be cleaner - less duplication. This breaks ARM/ARM64. | ||||
* | starting x86 support | comex | 2015-02-08 | 1 | -26/+61 |
| | |||||
* | fix ARM64 too, theoretically | comex | 2015-02-03 | 1 | -1/+1 |
| | |||||
* | fix my utter failure to handle branches/conditionals correctly (on ARM) | comex | 2015-02-01 | 3 | -8/+22 |
| | |||||
* | remove GNU-isms from cbit | comex | 2015-01-30 | 1 | -0/+16 |
| | |||||
* | get rid of the unnecessary CoreFoundation dependency | comex | 2015-01-29 | 2 | -6/+26 |
| | |||||
* | port some old code | comex | 2015-01-29 | 1 | -0/+49 |
| | |||||
* | sorta | comex | 2015-01-28 | 1 | -0/+9 |
| | |||||
* | right, fix cleanup. (compared to the old system, this avoids busywaiting, ↵ | comex | 2015-01-25 | 2 | -3/+36 |
| | | | | and properly frees the thread resources) | ||||
* | this is dumb | comex | 2015-01-25 | 1 | -2/+20 |
| | |||||
* | fix substrate-compat; check in test | comex | 2015-01-25 | 1 | -0/+62 |
| | |||||
* | it compiles... | comex | 2015-01-24 | 2 | -2/+2 |
| | |||||
* | Add function to deal with mprotecting RW and back. A bit more complex than ↵ | comex | 2015-01-24 | 2 | -0/+38 |
| | | | | | | the minimum would be... (and minor build fixes) | ||||
* | stopping other threads. | comex | 2015-01-21 | 1 | -0/+34 |
| | |||||
* | minor cleanup - stop caring about thumb outside of arch-specific code | comex | 2015-01-21 | 2 | -2/+12 |
| | | | | | (and fix makefile bug where files whose names contained 'arm' would always be ldid'd) | ||||
* | Some cleanup. | comex | 2015-01-21 | 1 | -1/+1 |
| | |||||
* | woo, inject seems to work on all platforms | comex | 2015-01-21 | 1 | -3/+3 |
| | |||||
* | ... | comex | 2015-01-20 | 1 | -0/+17 |
| | |||||
* | progress on injection | comex | 2015-01-20 | 1 | -4/+3 |
| | |||||
* | more reorganization - move OS X/iOS specific stuff into its own directory | comex | 2015-01-19 | 1 | -1/+1 |
| | |||||
* | ldrd/strd fix - we definitely need to know that in ldrd r0, r1, [pc], we ↵ | comex | 2015-01-17 | 1 | -1/+1 |
| | | | | can't use r1 as scratch | ||||
* | improve test; thumb2 fixes | comex | 2015-01-17 | 4 | -4/+54 |
| | |||||
* | IT, BX LR - untested | comex | 2015-01-17 | 1 | -0/+1 |
| | |||||
* | reorganization | comex | 2015-01-17 | 1 | -1/+1 |
| | |||||
* | interpose works; add test | comex | 2015-01-17 | 1 | -0/+35 |
| | |||||
* | add an assert | comex | 2015-01-17 | 1 | -0/+2 |
| | |||||
* | fixes and test - both tests work on all archs | comex | 2015-01-17 | 1 | -0/+46 |
| | |||||
* | imp forwarding works | comex | 2015-01-17 | 1 | -9/+34 |
| | |||||
* | this is all wrong. | comex | 2015-01-16 | 1 | -3/+12 |
| | | | | | | | 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 | 1 | -0/+26 |
| | | | | forwarding functions for atomicity | ||||
* | jump dis - seemingly working(!) | comex | 2015-01-16 | 4 | -25/+480 |
| | |||||
* | add a test assembly file, not used yet | comex | 2015-01-13 | 1 | -0/+48 |
| | |||||
* | these functions are actually pointless, since it's easier to change the ↵ | comex | 2015-01-12 | 1 | -3/+11 |
| | | | | | | *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 | 1 | -0/+1 |
| | |||||
* | improve test | comex | 2015-01-12 | 1 | -4/+4 |
| | |||||
* | that was easy | comex | 2015-01-11 | 1 | -0/+1 |
| | |||||
* | thumb2 and stuff | comex | 2015-01-11 | 1 | -7/+13 |
| | |||||
* | thumb2 progress | comex | 2015-01-11 | 1 | -5/+11 |
| | |||||
* | this produces good output (finally) but takes 3.25s to compile 24K of code, lol | comex | 2015-01-11 | 1 | -18/+23 |
| | |||||
* | Revert "C++ is just a giant pain in the ass" | comex | 2015-01-11 | 2 | -9/+7 |
| | | | | This reverts commit 4743027a22ae4e622d7e78f878eff307d02ac373. | ||||
* | C++ is just a giant pain in the ass | comex | 2015-01-11 | 2 | -7/+9 |
| | |||||
* | yay? | comex | 2015-01-11 | 1 | -0/+52 |
| | |||||
* | ... | comex | 2015-01-10 | 1 | -0/+19 |
| | |||||
* | fixes | comex | 2015-01-10 | 1 | -4/+11 |
| | |||||
* | substrate | comex | 2015-01-10 | 2 | -1/+24 |
| | |||||
* | private syms starting to look good | comex | 2015-01-10 | 1 | -3/+10 |
| | |||||
* | simplify | comex | 2015-01-10 | 1 | -0/+13 |