| Commit message (Expand) | Author | Files | Lines |
2016-11-15 | I don't remember what this test is for | comex | 1 | -0/+100 |
2016-11-15 | fix some ARM stuff including calls, and test it | comex | 5 | -11/+29 |
2015-08-07 | add VEC_STORAGE_INIT_STATIC to match the HTAB one | comex | 1 | -1/+1 |
2015-08-07 | fix vec.h bug | comex | 1 | -0/+1 |
2015-07-12 | fix my hash table algorithm - argh | comex | 1 | -1/+31 |
2015-07-12 | fixes | comex | 1 | -2/+4 |
2015-03-01 | add vec | comex | 1 | -0/+23 |
2015-02-28 | Add extra argument to substitute_hook_functions and interpose_imports for use... | comex | 2 | -2/+3 |
2015-02-23 | Add transform-dis-cases-arm64.S and fix a serious bug thus discovered. | comex | 2 | -0/+48 |
2015-02-23 | Ban calls within transform regions in threadsafe mode. | comex | 3 | -4/+25 |
2015-02-23 | Fix vm_remap, of trouble with which the previous diagnosis was completely inc... | comex | 1 | -0/+11 |
2015-02-18 | various fixes | comex | 1 | -1/+1 |
2015-02-18 | Fix hook-function: | comex | 2 | -12/+21 |
2015-02-14 | fix test cases | comex | 1 | -4/+6 |
2015-02-14 | Trampoline fixes. | comex | 2 | -11/+25 |
2015-02-09 | test harness | comex | 2 | -15/+151 |
2015-02-09 | more | comex | 2 | -3/+3 |
2015-02-08 | Fix other architectures compiling - haven't tried *running* anything.. | comex | 1 | -5/+5 |
2015-02-08 | Refactor disassembly so x86 works, and add x86 transform-dis. | comex | 1 | -27/+14 |
2015-02-08 | starting x86 support | comex | 1 | -26/+61 |
2015-02-03 | fix ARM64 too, theoretically | comex | 1 | -1/+1 |
2015-02-01 | fix my utter failure to handle branches/conditionals correctly (on ARM) | comex | 3 | -8/+22 |
2015-01-30 | remove GNU-isms from cbit | comex | 1 | -0/+16 |
2015-01-29 | get rid of the unnecessary CoreFoundation dependency | comex | 2 | -6/+26 |
2015-01-29 | port some old code | comex | 1 | -0/+49 |
2015-01-28 | sorta | comex | 1 | -0/+9 |
2015-01-25 | right, fix cleanup. (compared to the old system, this avoids busywaiting, an... | comex | 2 | -3/+36 |
2015-01-25 | this is dumb | comex | 1 | -2/+20 |
2015-01-25 | fix substrate-compat; check in test | comex | 1 | -0/+62 |
2015-01-24 | it compiles... | comex | 2 | -2/+2 |
2015-01-24 | Add function to deal with mprotecting RW and back. A bit more complex than t... | comex | 2 | -0/+38 |
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 |
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 can'... | comex | 1 | -1/+1 |
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 |
2015-01-16 | and now for something completely different: assembly maybestret-IMPL | comex | 1 | -0/+26 |
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 |