index
:
substitute
master
Runtime hooking library
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
hook-functions.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-10-05
execmem_alloc_unsealed now outputs a separate pointer for exec and writing to...
Yifan Lu
1
-18
/
+29
2016-10-05
Fixed missing trampoline_size_left decrement for making initial trampoline jump
Yifan Lu
1
-0
/
+4
2016-10-04
Added option to removed pthread dependency
Yifan Lu
1
-0
/
+6
2015-07-16
style police
comex
1
-6
/
+12
2015-07-10
stuff!
comex
1
-2
/
+2
2015-03-01
A number of critical fixes painstakingly discovered in the slowest way possible.
comex
1
-7
/
+10
2015-02-28
Add extra argument to substitute_hook_functions and interpose_imports for use...
comex
1
-1
/
+6
2015-02-23
Ban calls within transform regions in threadsafe mode.
comex
1
-1
/
+2
2015-02-18
various fixes
comex
1
-44
/
+46
2015-02-18
Fix hook-function:
comex
1
-44
/
+31
2015-02-14
Trampoline fixes.
comex
1
-29
/
+29
2015-02-08
Refactor disassembly so x86 works, and add x86 transform-dis.
comex
1
-2
/
+2
2015-02-03
fix ARM64 too, theoretically
comex
1
-12
/
+15
2015-02-01
fix my utter failure to handle branches/conditionals correctly (on ARM)
comex
1
-3
/
+3
2015-01-25
fix strerror
comex
1
-1
/
+1
2015-01-25
fixes
comex
1
-9
/
+20
2015-01-24
fixes
comex
1
-4
/
+7
2015-01-24
it compiles...
comex
1
-40
/
+41
2015-01-24
...
comex
1
-10
/
+237
2015-01-24
Add function to deal with mprotecting RW and back. A bit more complex than t...
comex
1
-0
/
+2
2015-01-21
stopping other threads.
comex
1
-0
/
+32