| Commit message (Expand) | Author | Age | Files | Lines |
* | tests | comex | 2015-07-07 | 1 | -0/+4 |
* | fix for compiling objc-asm.S on ARM with newer Apple compiler | comex | 2015-04-15 | 1 | -1/+1 |
* | fixes for compiling on older OS X | comex | 2015-03-03 | 2 | -1/+6 |
* | A number of critical fixes painstakingly discovered in the slowest way possible. | comex | 2015-03-01 | 12 | -23/+39 |
* | fix stack alignment | comex | 2015-03-01 | 1 | -3/+6 |
* | Let's get hacky! | comex | 2015-03-01 | 1 | -3/+16 |
* | make jump-dis use a vec as a stack, rather than a hacky queue | comex | 2015-03-01 | 2 | -26/+18 |
* | add vec | comex | 2015-03-01 | 4 | -9/+156 |
* | Add extra argument to substitute_hook_functions and interpose_imports for use... | comex | 2015-02-28 | 4 | -12/+68 |
* | fix accidental usage of panic() from mach/mach.h instead of substitute_panic | comex | 2015-02-28 | 2 | -7/+9 |
* | Add substituted and fix things up to use it. Still untested. | comex | 2015-02-28 | 1 | -0/+5 |
* | Rename ios-bootstrap to darwin-bootstrap; cleanup posixspawn-hook and unrestr... | comex | 2015-02-28 | 1 | -145/+0 |
* | fix (and make more robust) strerror.c | comex | 2015-02-24 | 3 | -14/+20 |
* | Add unaligned read/write functions. | comex | 2015-02-24 | 7 | -8/+34 |
* | fix armv7 syscall registers :o | comex | 2015-02-24 | 1 | -1/+6 |
* | fix "panic" in substrate-compat.c | comex | 2015-02-24 | 1 | -4/+4 |
* | fix arm64/armv7 ish | comex | 2015-02-24 | 5 | -6/+13 |
* | Add transform-dis-cases-arm64.S and fix a serious bug thus discovered. | comex | 2015-02-23 | 1 | -3/+3 |
* | Ban calls within transform regions in threadsafe mode. | comex | 2015-02-23 | 14 | -37/+104 |
* | fix some i386 stuff | comex | 2015-02-23 | 3 | -43/+56 |
* | fix i386 manual syscall, mmap return check | comex | 2015-02-23 | 2 | -5/+9 |
* | Fix vm_remap, of trouble with which the previous diagnosis was completely inc... | comex | 2015-02-23 | 1 | -10/+12 |
* | remove old comment | comex | 2015-02-23 | 1 | -5/+0 |
* | and avoid call to pthreads | comex | 2015-02-23 | 1 | -1/+5 |
* | Redo manual syscalls, and use them for hooking.. And fix mmap, which now mak... | comex | 2015-02-23 | 4 | -84/+114 |
* | various fixes | comex | 2015-02-18 | 6 | -55/+61 |
* | er, don't unnecessarily spam thread start/resume. | comex | 2015-02-18 | 1 | -27/+34 |
* | Fix hook-function: | comex | 2015-02-18 | 9 | -311/+466 |
* | more fixes | comex | 2015-02-15 | 3 | -20/+48 |
* | fix test cases | comex | 2015-02-14 | 2 | -2/+2 |
* | Trampoline fixes. | comex | 2015-02-14 | 10 | -48/+86 |
* | theoretically support x86 PIC | comex | 2015-02-09 | 1 | -14/+46 |
* | call vs. branch fixes on ARM (though really I should just ignore calls) | comex | 2015-02-09 | 2 | -4/+2 |
* | add transform-dis-{i386,x86_64} to makefile - fix a missing UNUSED | comex | 2015-02-09 | 1 | -0/+1 |
* | Fix a broken bit test. | comex | 2015-02-09 | 1 | -1/+3 |
* | more | comex | 2015-02-09 | 5 | -40/+51 |
* | Fix other architectures compiling - haven't tried *running* anything.. | comex | 2015-02-08 | 6 | -74/+85 |
* | Refactor disassembly so x86 works, and add x86 transform-dis. | comex | 2015-02-08 | 20 | -197/+298 |
* | formatting | comex | 2015-02-08 | 1 | -11/+17 |
* | starting x86 support | comex | 2015-02-08 | 10 | -129/+341 |
* | right, going to bed | comex | 2015-02-05 | 2 | -18/+78 |
* | starting dis-tables.h | comex | 2015-02-05 | 1 | -0/+79 |
* | Make the ARM branches actually go to the right place. I need automated tests... | comex | 2015-02-03 | 2 | -3/+4 |
* | fix ARM64 too, theoretically | comex | 2015-02-03 | 8 | -36/+107 |
* | whoops, don't mean to always jump to thumb mode | comex | 2015-02-01 | 1 | -1/+1 |
* | formatting | comex | 2015-02-01 | 2 | -11/+19 |
* | fix my utter failure to handle branches/conditionals correctly (on ARM) | comex | 2015-02-01 | 15 | -82/+276 |
* | remove GNU-isms from cbit | comex | 2015-01-30 | 1 | -11/+30 |
* | add README (and note to self to fix something) | comex | 2015-01-30 | 1 | -0/+2 |
* | ... | comex | 2015-01-29 | 2 | -49/+3 |