Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-01-24 | Add function to deal with mprotecting RW and back. A bit more complex than ↵ | comex | 2 | -0/+38 | |
the minimum would be... (and minor build fixes) | |||||
2015-01-21 | stopping other threads. | comex | 1 | -0/+34 | |
2015-01-21 | minor cleanup - stop caring about thumb outside of arch-specific code | comex | 2 | -2/+12 | |
(and fix makefile bug where files whose names contained 'arm' would always be ldid'd) | |||||
2015-01-21 | Some cleanup. | comex | 1 | -1/+1 | |
2015-01-21 | woo, inject seems to work on all platforms | comex | 1 | -3/+3 | |
2015-01-20 | ... | comex | 1 | -0/+17 | |
2015-01-20 | progress on injection | comex | 1 | -4/+3 | |
2015-01-19 | more reorganization - move OS X/iOS specific stuff into its own directory | comex | 1 | -1/+1 | |
2015-01-17 | ldrd/strd fix - we definitely need to know that in ldrd r0, r1, [pc], we ↵ | comex | 1 | -1/+1 | |
can't use r1 as scratch | |||||
2015-01-17 | improve test; thumb2 fixes | comex | 4 | -4/+54 | |
2015-01-17 | IT, BX LR - untested | comex | 1 | -0/+1 | |
2015-01-17 | reorganization | comex | 1 | -1/+1 | |
2015-01-17 | interpose works; add test | comex | 1 | -0/+35 | |
2015-01-17 | add an assert | comex | 1 | -0/+2 | |
2015-01-17 | fixes and test - both tests work on all archs | comex | 1 | -0/+46 | |
2015-01-17 | imp forwarding works | comex | 1 | -9/+34 | |
2015-01-16 | this is all wrong. | comex | 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 | |||||
2015-01-16 | and now for something completely different: assembly maybestret-IMPL | comex | 1 | -0/+26 | |
forwarding functions for atomicity | |||||
2015-01-16 | jump dis - seemingly working(!) | comex | 4 | -25/+480 | |
2015-01-13 | add a test assembly file, not used yet | comex | 1 | -0/+48 | |
2015-01-12 | these functions are actually pointless, since it's easier to change the ↵ | comex | 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 :/ | |||||
2015-01-12 | minor improvements | comex | 1 | -0/+1 | |
2015-01-12 | improve test | comex | 1 | -4/+4 | |
2015-01-11 | that was easy | comex | 1 | -0/+1 | |
2015-01-11 | thumb2 and stuff | comex | 1 | -7/+13 | |
2015-01-11 | thumb2 progress | comex | 1 | -5/+11 | |
2015-01-11 | this produces good output (finally) but takes 3.25s to compile 24K of code, lol | comex | 1 | -18/+23 | |
2015-01-11 | Revert "C++ is just a giant pain in the ass" | comex | 2 | -9/+7 | |
This reverts commit 4743027a22ae4e622d7e78f878eff307d02ac373. | |||||
2015-01-11 | C++ is just a giant pain in the ass | comex | 2 | -7/+9 | |
2015-01-11 | yay? | comex | 1 | -0/+52 | |
2015-01-10 | ... | comex | 1 | -0/+19 | |
2015-01-10 | fixes | comex | 1 | -4/+11 | |
2015-01-10 | substrate | comex | 2 | -1/+24 | |
2015-01-10 | private syms starting to look good | comex | 1 | -3/+10 | |
2015-01-10 | simplify | comex | 1 | -0/+13 | |