index
:
substitute
master
Runtime hooking library
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
darwin
/
execmem.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-10-09
Slab allocation mirroring for Vita
Yifan Lu
1
-2
/
+2
2016-10-08
Added slab allocator for trampoline in Vita platform
Yifan Lu
1
-2
/
+2
2016-10-08
Added support for platform specific aux data to execmem
Yifan Lu
1
-3
/
+4
2016-10-05
execmem_alloc_unsealed now outputs a separate pointer for exec and writing to...
Yifan Lu
1
-1
/
+2
2016-07-12
replace broken gen-manual-mach.sh with a Python version
comex
1
-2
/
+0
2015-07-16
style police
comex
1
-1
/
+2
2015-02-24
fix arm64/armv7 ish
comex
1
-2
/
+2
2015-02-23
fix i386 manual syscall, mmap return check
comex
1
-3
/
+4
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
1
-36
/
+72
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
1
-44
/
+388
2015-01-25
this is dumb
comex
1
-2
/
+2
2015-01-24
it compiles...
comex
1
-0
/
+19
2015-01-24
Add function to deal with mprotecting RW and back. A bit more complex than t...
comex
1
-0
/
+57