index
:
substitute
master
Runtime hooking library
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
hook-functions.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove dead code for Vita: pc_callback
Reiko Asakura
2021-03-21
1
-37
/
+4
*
Port to Vita Development Suite
Reiko Asakura
2021-01-23
1
-1
/
+0
*
Fixed defination of CC_CBXZ collides with other bits
Yifan Lu
2016-11-23
1
-1
/
+3
*
Added passing of the opt data to records
Yifan Lu
2016-10-26
1
-1
/
+2
*
Set outro pointer to use mirrored address
Yifan Lu
2016-10-24
1
-1
/
+2
*
Forgot NULL pointer check
Yifan Lu
2016-10-23
1
-4
/
+6
*
Added exemem for Vita
Yifan Lu
2016-10-18
1
-2
/
+1
*
Added basic hook removal support
Yifan Lu
2016-10-09
1
-0
/
+36
*
Slab allocation mirroring for Vita
Yifan Lu
2016-10-09
1
-12
/
+5
*
Added slab allocator for trampoline in Vita platform
Yifan Lu
2016-10-08
1
-8
/
+17
*
Added support for platform specific aux data to execmem
Yifan Lu
2016-10-08
1
-9
/
+13
*
Support using a different VMA for the hook dest
Yifan Lu
2016-10-05
1
-1
/
+2
*
Changed malloc in substitute_hook_functions to alloca
Yifan Lu
2016-10-05
1
-2
/
+2
*
execmem_alloc_unsealed now outputs a separate pointer for exec and writing to...
Yifan Lu
2016-10-05
1
-18
/
+29
*
Fixed missing trampoline_size_left decrement for making initial trampoline jump
Yifan Lu
2016-10-05
1
-0
/
+4
*
Added option to removed pthread dependency
Yifan Lu
2016-10-04
1
-0
/
+6
*
style police
comex
2015-07-16
1
-6
/
+12
*
stuff!
comex
2015-07-10
1
-2
/
+2
*
A number of critical fixes painstakingly discovered in the slowest way possible.
comex
2015-03-01
1
-7
/
+10
*
Add extra argument to substitute_hook_functions and interpose_imports for use...
comex
2015-02-28
1
-1
/
+6
*
Ban calls within transform regions in threadsafe mode.
comex
2015-02-23
1
-1
/
+2
*
various fixes
comex
2015-02-18
1
-44
/
+46
*
Fix hook-function:
comex
2015-02-18
1
-44
/
+31
*
Trampoline fixes.
comex
2015-02-14
1
-29
/
+29
*
Refactor disassembly so x86 works, and add x86 transform-dis.
comex
2015-02-08
1
-2
/
+2
*
fix ARM64 too, theoretically
comex
2015-02-03
1
-12
/
+15
*
fix my utter failure to handle branches/conditionals correctly (on ARM)
comex
2015-02-01
1
-3
/
+3
*
fix strerror
comex
2015-01-25
1
-1
/
+1
*
fixes
comex
2015-01-25
1
-9
/
+20
*
fixes
comex
2015-01-24
1
-4
/
+7
*
it compiles...
comex
2015-01-24
1
-40
/
+41
*
...
comex
2015-01-24
1
-10
/
+237
*
Add function to deal with mprotecting RW and back. A bit more complex than t...
comex
2015-01-24
1
-0
/
+2
*
stopping other threads.
comex
2015-01-21
1
-0
/
+32