aboutsummaryrefslogtreecommitdiff
path: root/lib/darwin/execmem.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Slab allocation mirroring for VitaYifan Lu2016-10-091-2/+2
* Added slab allocator for trampoline in Vita platformYifan Lu2016-10-081-2/+2
* Added support for platform specific aux data to execmemYifan Lu2016-10-081-3/+4
* execmem_alloc_unsealed now outputs a separate pointer for exec and writing to...Yifan Lu2016-10-051-1/+2
* replace broken gen-manual-mach.sh with a Python versioncomex2016-07-121-2/+0
* style policecomex2015-07-161-1/+2
* fix arm64/armv7 ishcomex2015-02-241-2/+2
* fix i386 manual syscall, mmap return checkcomex2015-02-231-3/+4
* 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-231-36/+72
* various fixescomex2015-02-181-3/+11
* er, don't unnecessarily spam thread start/resume.comex2015-02-181-27/+34
* Fix hook-function:comex2015-02-181-44/+388
* this is dumbcomex2015-01-251-2/+2
* it compiles...comex2015-01-241-0/+19
* Add function to deal with mprotecting RW and back. A bit more complex than t...comex2015-01-241-0/+57