aboutsummaryrefslogtreecommitdiff
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Getting the mirror address from Vita exec slabYifan Lu2016-10-092-0/+14
* Added basic hook removal supportYifan Lu2016-10-092-2/+58
* Slab allocation mirroring for VitaYifan Lu2016-10-096-27/+32
* Added slab allocator for trampoline in Vita platformYifan Lu2016-10-086-20/+491
* Added support for platform specific aux data to execmemYifan Lu2016-10-085-19/+28
* Support using a different VMA for the hook destYifan Lu2016-10-052-1/+4
* 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-054-21/+33
* Fixed missing trampoline_size_left decrement for making initial trampoline jumpYifan Lu2016-10-052-0/+25
* Added option to removed pthread dependencyYifan Lu2016-10-043-2/+12
* replace broken gen-manual-mach.sh with a Python versioncomex2016-07-121-2/+0
* commentcomex2016-04-191-1/+2
* commentcomex2016-04-191-1/+1
* Fix incorrect handling if there is no local symbol info in the cache.comex2016-01-271-1/+4
* stuffcomex2015-08-175-3/+87
* formattingcomex2015-08-072-93/+94
* add VEC_STORAGE_INIT_STATIC to match the HTAB onecomex2015-08-071-0/+5
* fix vec.h bugcomex2015-08-072-3/+3
* future proofingcomex2015-07-181-1/+2
* formattingcomex2015-07-171-1/+1
* baton fixcomex2015-07-161-2/+9
* optimizationcomex2015-07-161-2/+5
* fix idiotic mistake from the <redacted> symbols commitcomex2015-07-161-1/+1
* Revert <stdatomic.h> dependency.comex2015-07-161-10/+8
* Add options field to struct substitute_{function,import}_hook.comex2015-07-161-2/+12
* style policecomex2015-07-1612-45/+94
* work around (incorrect, since it's not code) alignment warningcomex2015-07-161-1/+1
* fix accidentally exported symbolscomex2015-07-162-2/+2
* typocomex2015-07-161-1/+1
* orderingcomex2015-07-161-8/+8
* Import some code to handle <redacted> syms.comex2015-07-162-11/+199
* hook up the list of dylibscomex2015-07-132-0/+9
* don't be n^2 for removal, lol. i should probably switch to rust's robin hood...comex2015-07-121-21/+12
* fix my hash table algorithm - arghcomex2015-07-121-14/+35
* fixescomex2015-07-121-0/+4
* redo crash reporting - untested (but it compiles)comex2015-07-122-21/+41
* how did that style violation get in there? must have been tiredcomex2015-07-121-4/+8
* working on safetycomex2015-07-111-5/+18
* fix anti-noisecomex2015-07-111-1/+4
* stuff!comex2015-07-103-5/+6
* redo all the things with xpc - not tested yetcomex2015-07-071-0/+63
* testscomex2015-07-071-0/+4
* fix for compiling objc-asm.S on ARM with newer Apple compilercomex2015-04-151-1/+1
* fixes for compiling on older OS Xcomex2015-03-032-1/+6
* A number of critical fixes painstakingly discovered in the slowest way possible.comex2015-03-0112-23/+39
* fix stack alignmentcomex2015-03-011-3/+6
* Let's get hacky!comex2015-03-011-3/+16
* make jump-dis use a vec as a stack, rather than a hacky queuecomex2015-03-012-26/+18
* add veccomex2015-03-014-9/+156
* Add extra argument to substitute_hook_functions and interpose_imports for use...comex2015-02-284-12/+68