aboutsummaryrefslogtreecommitdiff
path: root/lib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ...comex2015-01-292-49/+3
|
* a bunch of stuff that should have been committed separatelycomex2015-01-292-13/+22
|
* add SUBSTITUTE_DONT_STOP_THREADS for substrate compat - substrate doesn't do ↵comex2015-01-291-1/+1
| | | | this, and they might not be on the main thread. though that would be gross.
* misc. fixescomex2015-01-291-1/+0
|
* get rid of the unnecessary CoreFoundation dependencycomex2015-01-292-45/+56
|
* port some old codecomex2015-01-293-1/+301
|
* ***yawn***comex2015-01-282-10/+13
|
* sortacomex2015-01-282-8/+27
|
* some more stuff compilescomex2015-01-287-36/+202
|
* right, fix cleanup. (compared to the old system, this avoids busywaiting, ↵comex2015-01-252-6/+49
| | | | and properly frees the thread resources)
* this is dumbcomex2015-01-255-103/+272
|
* fix strerrorcomex2015-01-253-2/+8
|
* fix substrate-compat; check in testcomex2015-01-251-3/+8
|
* fixescomex2015-01-256-21/+39
|
* fixescomex2015-01-241-4/+7
|
* it compiles...comex2015-01-249-101/+138
|
* ...comex2015-01-2414-157/+474
|
* Add function to deal with mprotecting RW and back. A bit more complex than ↵comex2015-01-248-65/+130
| | | | | | the minimum would be... (and minor build fixes)
* stopping other threads.comex2015-01-216-23/+234
|
* add substitute_strerrorcomex2015-01-213-6/+35
|
* minor cleanup - stop caring about thumb outside of arch-specific codecomex2015-01-217-18/+21
| | | | | (and fix makefile bug where files whose names contained 'arm' would always be ldid'd)
* pointless optimizationcomex2015-01-211-27/+64
|
* Some cleanup.comex2015-01-214-33/+25
|
* woo, inject seems to work on all platformscomex2015-01-214-129/+272
|
* ...comex2015-01-205-55/+408
|
* revert THAT WHOLE THING because we can't actually use it for injectcomex2015-01-202-85/+37
|
* progress on injectioncomex2015-01-206-35/+286
|
* more reorganization - move OS X/iOS specific stuff into its own directorycomex2015-01-196-0/+0
|
* some reorganizationcomex2015-01-1913-32/+26
|
* ldrd/strd fix - we definitely need to know that in ldrd r0, r1, [pc], we ↵comex2015-01-174-19/+37
| | | | can't use r1 as scratch
* improve test; thumb2 fixescomex2015-01-176-19/+77
|
* misc. objc trimmingscomex2015-01-173-3/+26
|
* flip the definition of TARGET_(UN)SUPPORTEDcomex2015-01-173-7/+8
|
* arm64 transform dis, arm fixes, move to .c since i'm dumbcomex2015-01-176-142/+189
|
* IT, BX LR - untestedcomex2015-01-176-20/+46
|
* transform-dis stuff - compiles for arm, so farcomex2015-01-176-70/+297
|
* reorganizationcomex2015-01-175-18/+64
|
* interpose works; add testcomex2015-01-171-23/+46
|
* fixes and test - both tests work on all archscomex2015-01-174-34/+52
|
* imp forwarding workscomex2015-01-174-103/+247
|
* this is all wrong.comex2015-01-161-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
* and now for something completely different: assembly maybestret-IMPLcomex2015-01-162-0/+113
| | | | forwarding functions for atomicity
* handle oom and silly machos and stuffcomex2015-01-162-10/+31
|
* fix spacingcomex2015-01-163-121/+121
|
* interpose (based on %c based on data) compiles...comex2015-01-167-33/+316
|
* jump dis - seemingly working(!)comex2015-01-169-169/+375
|
* add a test assembly file, not used yetcomex2015-01-131-1/+4
|
* small thumb fixes for Rdn and stuffcomex2015-01-131-2/+10
|
* these functions are actually pointless, since it's easier to change the ↵comex2015-01-126-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 :/
* minor improvementscomex2015-01-122-3/+9
|