aboutsummaryrefslogtreecommitdiff
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* stuff!comex2015-07-103-5/+6
* redo all the things with xpc - not tested yetcomex2015-07-071-0/+63
* testscomex2015-07-071-0/+4
* fix for compiling objc-asm.S on ARM with newer Apple compilercomex2015-04-151-1/+1
* fixes for compiling on older OS Xcomex2015-03-032-1/+6
* A number of critical fixes painstakingly discovered in the slowest way possible.comex2015-03-0112-23/+39
* fix stack alignmentcomex2015-03-011-3/+6
* Let's get hacky!comex2015-03-011-3/+16
* make jump-dis use a vec as a stack, rather than a hacky queuecomex2015-03-012-26/+18
* add veccomex2015-03-014-9/+156
* Add extra argument to substitute_hook_functions and interpose_imports for use...comex2015-02-284-12/+68
* fix accidental usage of panic() from mach/mach.h instead of substitute_paniccomex2015-02-282-7/+9
* Add substituted and fix things up to use it. Still untested.comex2015-02-281-0/+5
* Rename ios-bootstrap to darwin-bootstrap; cleanup posixspawn-hook and unrestr...comex2015-02-281-145/+0
* fix (and make more robust) strerror.ccomex2015-02-243-14/+20
* Add unaligned read/write functions.comex2015-02-247-8/+34
* fix armv7 syscall registers :ocomex2015-02-241-1/+6
* fix "panic" in substrate-compat.ccomex2015-02-241-4/+4
* fix arm64/armv7 ishcomex2015-02-245-6/+13
* Add transform-dis-cases-arm64.S and fix a serious bug thus discovered.comex2015-02-231-3/+3
* Ban calls within transform regions in threadsafe mode.comex2015-02-2314-37/+104
* fix some i386 stuffcomex2015-02-233-43/+56
* fix i386 manual syscall, mmap return checkcomex2015-02-232-5/+9
* Fix vm_remap, of trouble with which the previous diagnosis was completely inc...comex2015-02-231-10/+12
* remove old commentcomex2015-02-231-5/+0
* and avoid call to pthreadscomex2015-02-231-1/+5
* Redo manual syscalls, and use them for hooking.. And fix mmap, which now mak...comex2015-02-234-84/+114
* various fixescomex2015-02-186-55/+61
* er, don't unnecessarily spam thread start/resume.comex2015-02-181-27/+34
* Fix hook-function:comex2015-02-189-311/+466
* more fixescomex2015-02-153-20/+48
* fix test casescomex2015-02-142-2/+2
* Trampoline fixes.comex2015-02-1410-48/+86
* theoretically support x86 PICcomex2015-02-091-14/+46
* call vs. branch fixes on ARM (though really I should just ignore calls)comex2015-02-092-4/+2
* add transform-dis-{i386,x86_64} to makefile - fix a missing UNUSEDcomex2015-02-091-0/+1
* Fix a broken bit test.comex2015-02-091-1/+3
* morecomex2015-02-095-40/+51
* Fix other architectures compiling - haven't tried *running* anything..comex2015-02-086-74/+85
* Refactor disassembly so x86 works, and add x86 transform-dis.comex2015-02-0820-197/+298
* formattingcomex2015-02-081-11/+17
* starting x86 supportcomex2015-02-0810-129/+341
* right, going to bedcomex2015-02-052-18/+78
* starting dis-tables.hcomex2015-02-051-0/+79
* Make the ARM branches actually go to the right place. I need automated tests...comex2015-02-032-3/+4
* fix ARM64 too, theoreticallycomex2015-02-038-36/+107
* whoops, don't mean to always jump to thumb modecomex2015-02-011-1/+1
* formattingcomex2015-02-012-11/+19
* fix my utter failure to handle branches/conditionals correctly (on ARM)comex2015-02-0115-82/+276
* remove GNU-isms from cbitcomex2015-01-301-11/+30