aboutsummaryrefslogtreecommitdiff
path: root/lib/hook-functions.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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