index
:
substitute
master
Runtime hooking library
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-07-16
optimization
comex
1
-2
/
+5
2015-07-16
fix idiotic mistake from the <redacted> symbols commit
comex
1
-1
/
+1
2015-07-16
Revert <stdatomic.h> dependency.
comex
1
-10
/
+8
2015-07-16
Add options field to struct substitute_{function,import}_hook.
comex
1
-2
/
+12
2015-07-16
style police
comex
12
-45
/
+94
2015-07-16
work around (incorrect, since it's not code) alignment warning
comex
1
-1
/
+1
2015-07-16
fix accidentally exported symbols
comex
2
-2
/
+2
2015-07-16
typo
comex
1
-1
/
+1
2015-07-16
ordering
comex
1
-8
/
+8
2015-07-16
Import some code to handle <redacted> syms.
comex
2
-11
/
+199
2015-07-13
hook up the list of dylibs
comex
2
-0
/
+9
2015-07-12
don't be n^2 for removal, lol. i should probably switch to rust's robin hood...
comex
1
-21
/
+12
2015-07-12
fix my hash table algorithm - argh
comex
1
-14
/
+35
2015-07-12
fixes
comex
1
-0
/
+4
2015-07-12
redo crash reporting - untested (but it compiles)
comex
2
-21
/
+41
2015-07-12
how did that style violation get in there? must have been tired
comex
1
-4
/
+8
2015-07-11
working on safety
comex
1
-5
/
+18
2015-07-11
fix anti-noise
comex
1
-1
/
+4
2015-07-10
stuff!
comex
3
-5
/
+6
2015-07-07
redo all the things with xpc - not tested yet
comex
1
-0
/
+63
2015-07-07
tests
comex
1
-0
/
+4
2015-04-15
fix for compiling objc-asm.S on ARM with newer Apple compiler
comex
1
-1
/
+1
2015-03-03
fixes for compiling on older OS X
comex
2
-1
/
+6
2015-03-01
A number of critical fixes painstakingly discovered in the slowest way possible.
comex
12
-23
/
+39
2015-03-01
fix stack alignment
comex
1
-3
/
+6
2015-03-01
Let's get hacky!
comex
1
-3
/
+16
2015-03-01
make jump-dis use a vec as a stack, rather than a hacky queue
comex
2
-26
/
+18
2015-03-01
add vec
comex
4
-9
/
+156
2015-02-28
Add extra argument to substitute_hook_functions and interpose_imports for use...
comex
4
-12
/
+68
2015-02-28
fix accidental usage of panic() from mach/mach.h instead of substitute_panic
comex
2
-7
/
+9
2015-02-28
Add substituted and fix things up to use it. Still untested.
comex
1
-0
/
+5
2015-02-28
Rename ios-bootstrap to darwin-bootstrap; cleanup posixspawn-hook and unrestr...
comex
1
-145
/
+0
2015-02-24
fix (and make more robust) strerror.c
comex
3
-14
/
+20
2015-02-24
Add unaligned read/write functions.
comex
7
-8
/
+34
2015-02-24
fix armv7 syscall registers :o
comex
1
-1
/
+6
2015-02-24
fix "panic" in substrate-compat.c
comex
1
-4
/
+4
2015-02-24
fix arm64/armv7 ish
comex
5
-6
/
+13
2015-02-23
Add transform-dis-cases-arm64.S and fix a serious bug thus discovered.
comex
1
-3
/
+3
2015-02-23
Ban calls within transform regions in threadsafe mode.
comex
14
-37
/
+104
2015-02-23
fix some i386 stuff
comex
3
-43
/
+56
2015-02-23
fix i386 manual syscall, mmap return check
comex
2
-5
/
+9
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
4
-84
/
+114
2015-02-18
various fixes
comex
6
-55
/
+61
2015-02-18
er, don't unnecessarily spam thread start/resume.
comex
1
-27
/
+34
2015-02-18
Fix hook-function:
comex
9
-311
/
+466
2015-02-15
more fixes
comex
3
-20
/
+48
2015-02-14
fix test cases
comex
2
-2
/
+2
[prev]
[next]