aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Make the ARM branches actually go to the right place. I need automated ↵comex2015-02-032-3/+4
| | | | tests before stable.
* fix ARM64 too, theoreticallycomex2015-02-0311-43/+117
|
* whoops, don't mean to always jump to thumb modecomex2015-02-011-1/+1
|
* formattingcomex2015-02-012-11/+19
|
* fix my utter failure to handle branches/conditionals correctly (on ARM)comex2015-02-0122-152/+363
|
* trivial wording tweakcomex2015-01-301-1/+1
|
* correct thinko in the readmecomex2015-01-301-1/+1
|
* improve readmecomex2015-01-301-23/+23
|
* remove GNU-isms from cbitcomex2015-01-302-11/+46
|
* not even alpha yetcomex2015-01-301-0/+10
|
* add README (and note to self to fix something)comex2015-01-302-0/+225
|
* 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
|