| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix missing dereference, thanks to alexzielenski | comex | 2015-03-23 | 1 | -1/+1 |
| * | Merge pull request #5 from parrotgeek1/master | comex | 2015-03-06 | 1 | -2/+1 |
| |\ |
|
| | * | ios 8 is now a dependency, readme should reflect it | Ethan Nelson-Moore | 2015-03-06 | 1 | -2/+1 |
| |/ |
|
| * | fixes for compiling on older OS X | comex | 2015-03-03 | 3 | -2/+7 |
| * | Merge pull request #2 from evilGoldfish/master | comex | 2015-03-03 | 1 | -0/+1 |
| |\ |
|
| | * | Made Substitute depend on iOS 8 | Evan | 2015-03-03 | 1 | -0/+1 |
| |/ |
|
| * | add note about safestrat | comex | 2015-03-01 | 1 | -1/+3 |
| * | add link to release page | comex | 2015-03-01 | 2 | -5/+3 |
| * | READMEification | comex | 2015-03-01 | 1 | -10/+36 |
| * | Add extrainst_ and postrm | comex | 2015-03-01 | 4 | -2/+32 |
| * | A number of critical fixes painstakingly discovered in the slowest way possible. | comex | 2015-03-01 | 15 | -28/+54 |
| * | seems to work | comex | 2015-03-01 | 2 | -19/+39 |
| * | fix stack alignment | comex | 2015-03-01 | 1 | -3/+6 |
| * | minor changes | comex | 2015-03-01 | 5 | -15/+52 |
| * | 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 | 3 | -28/+20 |
| * | add vec | comex | 2015-03-01 | 6 | -9/+181 |
| * | Add extra argument to substitute_hook_functions and interpose_imports for use... | comex | 2015-02-28 | 7 | -15/+73 |
| * | fix accidental usage of panic() from mach/mach.h instead of substitute_panic | comex | 2015-02-28 | 2 | -7/+9 |
| * | add substituted launchd plist; move helpers to separate directory | comex | 2015-02-28 | 4 | -5/+26 |
| * | Add substituted and fix things up to use it. Still untested. | comex | 2015-02-28 | 9 | -195/+630 |
| * | Rename ios-bootstrap to darwin-bootstrap; cleanup posixspawn-hook and unrestr... | comex | 2015-02-28 | 13 | -318/+352 |
| * | remove deprecated property usage in safety-dance | comex | 2015-02-28 | 1 | -1/+1 |
| * | 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 | 2 | -2/+7 |
| * | fix "panic" in substrate-compat.c | comex | 2015-02-24 | 1 | -4/+4 |
| * | fix arm64/armv7 ish | comex | 2015-02-24 | 7 | -8/+15 |
| * | Add transform-dis-cases-arm64.S and fix a serious bug thus discovered. | comex | 2015-02-23 | 3 | -3/+51 |
| * | Ban calls within transform regions in threadsafe mode. | comex | 2015-02-23 | 21 | -1035/+2104 |
| * | fix some i386 stuff | comex | 2015-02-23 | 3 | -43/+56 |
| * | fix i386 manual syscall, mmap return check | comex | 2015-02-23 | 3 | -6/+10 |
| * | Fix vm_remap, of trouble with which the previous diagnosis was completely inc... | comex | 2015-02-23 | 4 | -13/+26 |
| * | 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 | 8 | -97/+711 |
| * | various fixes | comex | 2015-02-18 | 7 | -56/+62 |
| * | er, don't unnecessarily spam thread start/resume. | comex | 2015-02-18 | 1 | -27/+34 |
| * | Fix hook-function: | comex | 2015-02-18 | 12 | -325/+488 |
| * | more fixes | comex | 2015-02-15 | 5 | -23/+54 |
| * | fix test cases | comex | 2015-02-14 | 4 | -6/+14 |
| * | Trampoline fixes. | comex | 2015-02-14 | 12 | -59/+111 |
| * | test harness | comex | 2015-02-09 | 3 | -15/+154 |
| * | 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 | 2 | -0/+3 |
| * | Fix a broken bit test. | comex | 2015-02-09 | 1 | -1/+3 |
| * | more | comex | 2015-02-09 | 7 | -43/+54 |
| * | Fix other architectures compiling - haven't tried *running* anything.. | comex | 2015-02-08 | 7 | -79/+90 |
| * | Refactor disassembly so x86 works, and add x86 transform-dis. | comex | 2015-02-08 | 22 | -229/+317 |