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
2021-03-21
Remove dead code for Vita: pc_callback
Reiko Asakura
1
-37
/
+4
2021-01-23
Port to Vita Development Suite
Reiko Asakura
1
-1
/
+0
2016-11-23
Fixed defination of CC_CBXZ collides with other bits
Yifan Lu
1
-1
/
+3
2016-10-26
Added passing of the opt data to records
Yifan Lu
1
-1
/
+2
2016-10-24
Set outro pointer to use mirrored address
Yifan Lu
1
-1
/
+2
2016-10-23
Forgot NULL pointer check
Yifan Lu
1
-4
/
+6
2016-10-18
Added exemem for Vita
Yifan Lu
1
-2
/
+1
2016-10-09
Added basic hook removal support
Yifan Lu
1
-0
/
+36
2016-10-09
Slab allocation mirroring for Vita
Yifan Lu
1
-12
/
+5
2016-10-08
Added slab allocator for trampoline in Vita platform
Yifan Lu
1
-8
/
+17
2016-10-08
Added support for platform specific aux data to execmem
Yifan Lu
1
-9
/
+13
2016-10-05
Support using a different VMA for the hook dest
Yifan Lu
1
-1
/
+2
2016-10-05
Changed malloc in substitute_hook_functions to alloca
Yifan Lu
1
-2
/
+2
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