aboutsummaryrefslogtreecommitdiff
path: root/lib/hook-functions.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove dead code for Vita: check_intro_trampolineHEADmasterReiko Asakura2021-03-221-105/+2
* Remove dead code for Vita: pc_callbackReiko Asakura2021-03-211-37/+4
* Port to Vita Development SuiteReiko Asakura2021-01-231-1/+0
* Fixed defination of CC_CBXZ collides with other bitsYifan Lu2016-11-231-1/+3
* Added passing of the opt data to recordsYifan Lu2016-10-261-1/+2
* Set outro pointer to use mirrored addressYifan Lu2016-10-241-1/+2
* Forgot NULL pointer checkYifan Lu2016-10-231-4/+6
* Added exemem for VitaYifan Lu2016-10-181-2/+1
* Added basic hook removal supportYifan Lu2016-10-091-0/+36
* Slab allocation mirroring for VitaYifan Lu2016-10-091-12/+5
* Added slab allocator for trampoline in Vita platformYifan Lu2016-10-081-8/+17
* Added support for platform specific aux data to execmemYifan Lu2016-10-081-9/+13
* Support using a different VMA for the hook destYifan Lu2016-10-051-1/+2
* Changed malloc in substitute_hook_functions to allocaYifan Lu2016-10-051-2/+2
* execmem_alloc_unsealed now outputs a separate pointer for exec and writing to...Yifan Lu2016-10-051-18/+29
* Fixed missing trampoline_size_left decrement for making initial trampoline jumpYifan Lu2016-10-051-0/+4
* Added option to removed pthread dependencyYifan Lu2016-10-041-0/+6
* style policecomex2015-07-161-6/+12
* stuff!comex2015-07-101-2/+2
* A number of critical fixes painstakingly discovered in the slowest way possible.comex2015-03-011-7/+10
* Add extra argument to substitute_hook_functions and interpose_imports for use...comex2015-02-281-1/+6
* Ban calls within transform regions in threadsafe mode.comex2015-02-231-1/+2
* various fixescomex2015-02-181-44/+46
* Fix hook-function:comex2015-02-181-44/+31
* Trampoline fixes.comex2015-02-141-29/+29
* Refactor disassembly so x86 works, and add x86 transform-dis.comex2015-02-081-2/+2
* fix ARM64 too, theoreticallycomex2015-02-031-12/+15
* fix my utter failure to handle branches/conditionals correctly (on ARM)comex2015-02-011-3/+3
* fix strerrorcomex2015-01-251-1/+1
* fixescomex2015-01-251-9/+20
* fixescomex2015-01-241-4/+7
* it compiles...comex2015-01-241-40/+41
* ...comex2015-01-241-10/+237
* Add function to deal with mprotecting RW and back. A bit more complex than t...comex2015-01-241-0/+2
* stopping other threads.comex2015-01-211-0/+32