aboutsummaryrefslogtreecommitdiff
path: root/lib/darwin/execmem.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-10-09Slab allocation mirroring for VitaYifan Lu1-2/+2
2016-10-08Added slab allocator for trampoline in Vita platformYifan Lu1-2/+2
2016-10-08Added support for platform specific aux data to execmemYifan Lu1-3/+4
2016-10-05execmem_alloc_unsealed now outputs a separate pointer for exec and writing to...Yifan Lu1-1/+2
2016-07-12replace broken gen-manual-mach.sh with a Python versioncomex1-2/+0
2015-07-16style policecomex1-1/+2
2015-02-24fix arm64/armv7 ishcomex1-2/+2
2015-02-23fix i386 manual syscall, mmap return checkcomex1-3/+4
2015-02-23Fix vm_remap, of trouble with which the previous diagnosis was completely inc...comex1-10/+12
2015-02-23remove old commentcomex1-5/+0
2015-02-23and avoid call to pthreadscomex1-1/+5
2015-02-23Redo manual syscalls, and use them for hooking.. And fix mmap, which now mak...comex1-36/+72
2015-02-18various fixescomex1-3/+11
2015-02-18er, don't unnecessarily spam thread start/resume.comex1-27/+34
2015-02-18Fix hook-function:comex1-44/+388
2015-01-25this is dumbcomex1-2/+2
2015-01-24it compiles...comex1-0/+19
2015-01-24Add function to deal with mprotecting RW and back. A bit more complex than t...comex1-0/+57