aboutsummaryrefslogtreecommitdiff
path: root/lib (unfollow)
Commit message (Expand)AuthorFilesLines
2016-10-18Added exemem for VitaYifan Lu3-6/+36
2016-10-09Moved slab allocator out of substituteYifan Lu3-428/+6
2016-10-09Getting the mirror address from Vita exec slabYifan Lu2-0/+14
2016-10-09Added basic hook removal supportYifan Lu2-2/+58
2016-10-09Slab allocation mirroring for VitaYifan Lu6-27/+32
2016-10-08Added slab allocator for trampoline in Vita platformYifan Lu6-20/+491
2016-10-08Added support for platform specific aux data to execmemYifan Lu5-19/+28
2016-10-05Support using a different VMA for the hook destYifan Lu2-1/+4
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 Lu4-21/+33
2016-10-05Fixed missing trampoline_size_left decrement for making initial trampoline jumpYifan Lu2-0/+25
2016-10-04Added option to removed pthread dependencyYifan Lu3-2/+12
2016-07-12replace broken gen-manual-mach.sh with a Python versioncomex1-2/+0
2016-04-19commentcomex1-1/+2
2016-04-19commentcomex1-1/+1
2016-01-27Fix incorrect handling if there is no local symbol info in the cache.comex1-1/+4
2015-08-17stuffcomex5-3/+87
2015-08-07formattingcomex2-93/+94
2015-08-07add VEC_STORAGE_INIT_STATIC to match the HTAB onecomex1-0/+5
2015-08-07fix vec.h bugcomex2-3/+3
2015-07-18future proofingcomex1-1/+2
2015-07-17formattingcomex1-1/+1
2015-07-16baton fixcomex1-2/+9
2015-07-16optimizationcomex1-2/+5
2015-07-16fix idiotic mistake from the <redacted> symbols commitcomex1-1/+1
2015-07-16Revert <stdatomic.h> dependency.comex1-10/+8
2015-07-16Add options field to struct substitute_{function,import}_hook.comex1-2/+12
2015-07-16style policecomex12-45/+94
2015-07-16work around (incorrect, since it's not code) alignment warningcomex1-1/+1
2015-07-16fix accidentally exported symbolscomex2-2/+2
2015-07-16typocomex1-1/+1
2015-07-16orderingcomex1-8/+8
2015-07-16Import some code to handle <redacted> syms.comex2-11/+199
2015-07-13hook up the list of dylibscomex2-0/+9
2015-07-12don't be n^2 for removal, lol. i should probably switch to rust's robin hood...comex1-21/+12
2015-07-12fix my hash table algorithm - arghcomex1-14/+35
2015-07-12fixescomex1-0/+4
2015-07-12redo crash reporting - untested (but it compiles)comex2-21/+41
2015-07-12how did that style violation get in there? must have been tiredcomex1-4/+8
2015-07-11working on safetycomex1-5/+18
2015-07-11fix anti-noisecomex1-1/+4
2015-07-10stuff!comex3-5/+6
2015-07-07redo all the things with xpc - not tested yetcomex1-0/+63
2015-07-07testscomex1-0/+4
2015-04-15fix for compiling objc-asm.S on ARM with newer Apple compilercomex1-1/+1
2015-03-03fixes for compiling on older OS Xcomex2-1/+6
2015-03-01A number of critical fixes painstakingly discovered in the slowest way possible.comex12-23/+39
2015-03-01fix stack alignmentcomex1-3/+6
2015-03-01Let's get hacky!comex1-3/+16
2015-03-01make jump-dis use a vec as a stack, rather than a hacky queuecomex2-26/+18