aboutsummaryrefslogtreecommitdiff
path: root/lib/hook-functions.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-03-21Remove dead code for Vita: pc_callbackReiko Asakura1-37/+4
2021-01-23Port to Vita Development SuiteReiko Asakura1-1/+0
2016-11-23Fixed defination of CC_CBXZ collides with other bitsYifan Lu1-1/+3
2016-10-26Added passing of the opt data to recordsYifan Lu1-1/+2
2016-10-24Set outro pointer to use mirrored addressYifan Lu1-1/+2
2016-10-23Forgot NULL pointer checkYifan Lu1-4/+6
2016-10-18Added exemem for VitaYifan Lu1-2/+1
2016-10-09Added basic hook removal supportYifan Lu1-0/+36
2016-10-09Slab allocation mirroring for VitaYifan Lu1-12/+5
2016-10-08Added slab allocator for trampoline in Vita platformYifan Lu1-8/+17
2016-10-08Added support for platform specific aux data to execmemYifan Lu1-9/+13
2016-10-05Support using a different VMA for the hook destYifan Lu1-1/+2
2016-10-05Changed malloc in substitute_hook_functions to allocaYifan Lu1-2/+2
2016-10-05execmem_alloc_unsealed now outputs a separate pointer for exec and writing to...Yifan Lu1-18/+29
2016-10-05Fixed missing trampoline_size_left decrement for making initial trampoline jumpYifan Lu1-0/+4
2016-10-04Added option to removed pthread dependencyYifan Lu1-0/+6
2015-07-16style policecomex1-6/+12
2015-07-10stuff!comex1-2/+2
2015-03-01A number of critical fixes painstakingly discovered in the slowest way possible.comex1-7/+10
2015-02-28Add extra argument to substitute_hook_functions and interpose_imports for use...comex1-1/+6
2015-02-23Ban calls within transform regions in threadsafe mode.comex1-1/+2
2015-02-18various fixescomex1-44/+46
2015-02-18Fix hook-function:comex1-44/+31
2015-02-14Trampoline fixes.comex1-29/+29
2015-02-08Refactor disassembly so x86 works, and add x86 transform-dis.comex1-2/+2
2015-02-03fix ARM64 too, theoreticallycomex1-12/+15
2015-02-01fix my utter failure to handle branches/conditionals correctly (on ARM)comex1-3/+3
2015-01-25fix strerrorcomex1-1/+1
2015-01-25fixescomex1-9/+20
2015-01-24fixescomex1-4/+7
2015-01-24it compiles...comex1-40/+41
2015-01-24...comex1-10/+237
2015-01-24Add function to deal with mprotecting RW and back. A bit more complex than t...comex1-0/+2
2015-01-21stopping other threads.comex1-0/+32