aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Make logging less verbose.comex2015-01-303-12/+21
|
* cleanupcomex2015-01-302-18/+37
|
* fix another unrestrict bug *sigh*comex2015-01-291-4/+5
|
* fix bundle-loadercomex2015-01-291-5/+1
|
* ok, it works for now, until i have more energy to refactor it properlycomex2015-01-292-29/+42
|
* ...comex2015-01-296-116/+129
|
* a bunch of stuff that should have been committed separatelycomex2015-01-298-72/+268
|
* "Fix" broken launchd injection stuff.comex2015-01-295-47/+112
|
* 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-293-3/+6
|
* get rid of the unnecessary CoreFoundation dependencycomex2015-01-295-54/+85
|
* port some old codecomex2015-01-295-1/+351
|
* ***yawn***comex2015-01-288-14/+122
|
* sortacomex2015-01-286-14/+66
|
* some more stuff compilescomex2015-01-2811-37/+484
|
* initial commit of SafetyDance appcomex2015-01-276-4/+305
|
* forgot to commit this, predictablycomex2015-01-251-0/+24
|
* right, fix cleanup. (compared to the old system, this avoids busywaiting, ↵comex2015-01-255-13/+89
| | | | and properly frees the thread resources)
* this is dumbcomex2015-01-259-114/+314
|
* make a basic .deb generatorcomex2015-01-253-2/+14
|
* clean up Makefile a bitcomex2015-01-251-15/+31
|
* fix strerrorcomex2015-01-253-2/+8
|
* Add an explanatory (and legally obligatory) notice to substrate.h.comex2015-01-251-0/+14
|
* fix substrate-compat; check in testcomex2015-01-252-3/+70
|
* fixescomex2015-01-257-22/+40
|
* fixescomex2015-01-242-4/+8
|
* it compiles...comex2015-01-2411-103/+140
|
* ...comex2015-01-2414-157/+474
|
* Add function to deal with mprotecting RW and back. A bit more complex than ↵comex2015-01-2413-72/+187
| | | | | | the minimum would be... (and minor build fixes)
* Current version of generic-dis-*, for posterity (I'm sure it'll need to be ↵comex2015-01-218-26/+5382
| | | | | | changed...) and apparently i changed something in inject-asm
* stopping other threads.comex2015-01-218-24/+272
|
* add substitute_strerrorcomex2015-01-214-7/+37
|
* minor cleanup - stop caring about thumb outside of arch-specific codecomex2015-01-2110-21/+34
| | | | | (and fix makefile bug where files whose names contained 'arm' would always be ldid'd)
* forgot to actually check this incomex2015-01-212-1/+17
|
* oops, forgot to add thatcomex2015-01-211-0/+22
|
* pointless optimizationcomex2015-01-211-27/+64
|
* Some cleanup.comex2015-01-216-31/+35
|
* woo, inject seems to work on all platformscomex2015-01-217-145/+298
|
* ...comex2015-01-207-56/+451
|
* revert THAT WHOLE THING because we can't actually use it for injectcomex2015-01-202-85/+37
|
* progress on injectioncomex2015-01-208-39/+290
|
* more reorganization - move OS X/iOS specific stuff into its own directorycomex2015-01-198-9/+10
|
* some reorganizationcomex2015-01-1914-36/+33
|
* add the required copy of the GPL; clarify license textcomex2015-01-192-1/+2
|
* ldrd/strd fix - we definitely need to know that in ldrd r0, r1, [pc], we ↵comex2015-01-175-20/+38
| | | | can't use r1 as scratch
* improve test; thumb2 fixescomex2015-01-1711-25/+135
|
* 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-177-20/+47
|