aboutsummaryrefslogtreecommitdiff
path: root/lib (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-01-29...comex2-49/+3
2015-01-29a bunch of stuff that should have been committed separatelycomex2-13/+22
2015-01-29add SUBSTITUTE_DONT_STOP_THREADS for substrate compat - substrate doesn't do ↵comex1-1/+1
this, and they might not be on the main thread. though that would be gross.
2015-01-29misc. fixescomex1-1/+0
2015-01-29get rid of the unnecessary CoreFoundation dependencycomex2-45/+56
2015-01-29port some old codecomex3-1/+301
2015-01-28***yawn***comex2-10/+13
2015-01-28sortacomex2-8/+27
2015-01-28some more stuff compilescomex7-36/+202
2015-01-25right, fix cleanup. (compared to the old system, this avoids busywaiting, ↵comex2-6/+49
and properly frees the thread resources)
2015-01-25this is dumbcomex5-103/+272
2015-01-25fix strerrorcomex3-2/+8
2015-01-25fix substrate-compat; check in testcomex1-3/+8
2015-01-25fixescomex6-21/+39
2015-01-24fixescomex1-4/+7
2015-01-24it compiles...comex9-101/+138
2015-01-24...comex14-157/+474
2015-01-24Add function to deal with mprotecting RW and back. A bit more complex than ↵comex8-65/+130
the minimum would be... (and minor build fixes)
2015-01-21stopping other threads.comex6-23/+234
2015-01-21add substitute_strerrorcomex3-6/+35
2015-01-21minor cleanup - stop caring about thumb outside of arch-specific codecomex7-18/+21
(and fix makefile bug where files whose names contained 'arm' would always be ldid'd)
2015-01-21pointless optimizationcomex1-27/+64
2015-01-21Some cleanup.comex4-33/+25
2015-01-21woo, inject seems to work on all platformscomex4-129/+272
2015-01-20...comex5-55/+408
2015-01-20revert THAT WHOLE THING because we can't actually use it for injectcomex2-85/+37
2015-01-20progress on injectioncomex6-35/+286
2015-01-19more reorganization - move OS X/iOS specific stuff into its own directorycomex6-0/+0
2015-01-19some reorganizationcomex13-32/+26
2015-01-17ldrd/strd fix - we definitely need to know that in ldrd r0, r1, [pc], we ↵comex4-19/+37
can't use r1 as scratch
2015-01-17improve test; thumb2 fixescomex6-19/+77
2015-01-17misc. objc trimmingscomex3-3/+26
2015-01-17flip the definition of TARGET_(UN)SUPPORTEDcomex3-7/+8
2015-01-17arm64 transform dis, arm fixes, move to .c since i'm dumbcomex6-142/+189
2015-01-17IT, BX LR - untestedcomex6-20/+46
2015-01-17transform-dis stuff - compiles for arm, so farcomex6-70/+297
2015-01-17reorganizationcomex5-18/+64
2015-01-17interpose works; add testcomex1-23/+46
2015-01-17fixes and test - both tests work on all archscomex4-34/+52
2015-01-17imp forwarding workscomex4-103/+247
2015-01-16this is all wrong.comex1-36/+77
since we don't know whether it's stret, we don't mark the block stret. thus imp_implementationWithBlock doesn't do the stret/block swap, even though it would for a real block, so we can and must always assume the block is first
2015-01-16and now for something completely different: assembly maybestret-IMPLcomex2-0/+113
forwarding functions for atomicity
2015-01-16handle oom and silly machos and stuffcomex2-10/+31
2015-01-16fix spacingcomex3-121/+121
2015-01-16interpose (based on %c based on data) compiles...comex7-33/+316
2015-01-16jump dis - seemingly working(!)comex9-169/+375
2015-01-13add a test assembly file, not used yetcomex1-1/+4
2015-01-13small thumb fixes for Rdn and stuffcomex1-2/+10
2015-01-12these functions are actually pointless, since it's easier to change the ↵comex6-30/+137
*offset* for actual pc-rel loads (and the rest are accounted for, albeit implicitly in the case of add pc) i might end up using the stack :/
2015-01-12minor improvementscomex2-3/+9