| Commit message (Expand) | Author | Files | Lines |
2015-07-16 | style police | comex | 7 | -33/+69 |
2015-07-16 | work around (incorrect, since it's not code) alignment warning | comex | 1 | -1/+1 |
2015-07-16 | fix accidentally exported symbols | comex | 2 | -2/+2 |
2015-07-16 | typo | comex | 1 | -1/+1 |
2015-07-16 | ordering | comex | 1 | -8/+8 |
2015-07-16 | Import some code to handle <redacted> syms. | comex | 1 | -11/+197 |
2015-07-13 | hook up the list of dylibs | comex | 1 | -0/+2 |
2015-07-12 | fixes | comex | 1 | -0/+4 |
2015-07-12 | redo crash reporting - untested (but it compiles) | comex | 1 | -0/+8 |
2015-07-12 | how did that style violation get in there? must have been tired | comex | 1 | -4/+8 |
2015-07-11 | working on safety | comex | 1 | -5/+18 |
2015-07-11 | fix anti-noise | comex | 1 | -0/+66 |
2015-04-15 | fix for compiling objc-asm.S on ARM with newer Apple compiler | comex | 1 | -1/+1 |
2015-03-03 | fixes for compiling on older OS X | comex | 1 | -1/+5 |
2015-03-01 | fix stack alignment | comex | 1 | -3/+6 |
2015-02-28 | Add extra argument to substitute_hook_functions and interpose_imports for use... | comex | 2 | -2/+7 |
2015-02-28 | fix accidental usage of panic() from mach/mach.h instead of substitute_panic | comex | 2 | -7/+9 |
2015-02-28 | Add substituted and fix things up to use it. Still untested. | comex | 1 | -0/+5 |
2015-02-28 | Rename ios-bootstrap to darwin-bootstrap; cleanup posixspawn-hook and unrestr... | comex | 1 | -145/+0 |
2015-02-24 | fix armv7 syscall registers :o | comex | 1 | -1/+6 |
2015-02-24 | fix "panic" in substrate-compat.c | comex | 1 | -4/+4 |
2015-02-24 | fix arm64/armv7 ish | comex | 2 | -3/+10 |
2015-02-23 | fix i386 manual syscall, mmap return check | comex | 2 | -5/+9 |
2015-02-23 | Fix vm_remap, of trouble with which the previous diagnosis was completely inc... | comex | 1 | -10/+12 |
2015-02-23 | remove old comment | comex | 1 | -5/+0 |
2015-02-23 | and avoid call to pthreads | comex | 1 | -1/+5 |
2015-02-23 | Redo manual syscalls, and use them for hooking.. And fix mmap, which now mak... | comex | 4 | -84/+114 |
2015-02-18 | various fixes | comex | 1 | -3/+11 |
2015-02-18 | er, don't unnecessarily spam thread start/resume. | comex | 1 | -27/+34 |
2015-02-18 | Fix hook-function: | comex | 5 | -249/+414 |
2015-01-29 | ... | comex | 1 | -48/+2 |
2015-01-29 | a bunch of stuff that should have been committed separately | comex | 2 | -13/+22 |
2015-01-29 | add SUBSTITUTE_DONT_STOP_THREADS for substrate compat - substrate doesn't do ... | comex | 1 | -1/+1 |
2015-01-29 | misc. fixes | comex | 1 | -1/+0 |
2015-01-29 | get rid of the unnecessary CoreFoundation dependency | comex | 1 | -40/+42 |
2015-01-29 | port some old code | comex | 1 | -1/+2 |
2015-01-28 | ***yawn*** | comex | 2 | -10/+13 |
2015-01-28 | sorta | comex | 1 | -7/+26 |
2015-01-28 | some more stuff compiles | comex | 5 | -32/+196 |
2015-01-25 | right, fix cleanup. (compared to the old system, this avoids busywaiting, an... | comex | 2 | -6/+49 |
2015-01-25 | this is dumb | comex | 4 | -102/+254 |
2015-01-25 | fix substrate-compat; check in test | comex | 1 | -3/+8 |
2015-01-24 | it compiles... | comex | 1 | -0/+19 |
2015-01-24 | ... | comex | 1 | -1/+11 |
2015-01-24 | Add function to deal with mprotecting RW and back. A bit more complex than t... | comex | 3 | -58/+115 |
2015-01-21 | stopping other threads. | comex | 3 | -22/+181 |
2015-01-21 | add substitute_strerror | comex | 1 | -6/+10 |
2015-01-21 | pointless optimization | comex | 1 | -27/+64 |
2015-01-21 | Some cleanup. | comex | 3 | -29/+23 |
2015-01-21 | woo, inject seems to work on all platforms | comex | 4 | -129/+272 |