aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* various fixescomex2015-02-187-56/+62
* er, don't unnecessarily spam thread start/resume.comex2015-02-181-27/+34
* Fix hook-function:comex2015-02-1812-325/+488
* more fixescomex2015-02-155-23/+54
* fix test casescomex2015-02-144-6/+14
* Trampoline fixes.comex2015-02-1412-59/+111
* test harnesscomex2015-02-093-15/+154
* theoretically support x86 PICcomex2015-02-091-14/+46
* call vs. branch fixes on ARM (though really I should just ignore calls)comex2015-02-092-4/+2
* add transform-dis-{i386,x86_64} to makefile - fix a missing UNUSEDcomex2015-02-092-0/+3
* Fix a broken bit test.comex2015-02-091-1/+3
* morecomex2015-02-097-43/+54
* Fix other architectures compiling - haven't tried *running* anything..comex2015-02-087-79/+90
* Refactor disassembly so x86 works, and add x86 transform-dis.comex2015-02-0822-229/+317
* formattingcomex2015-02-081-11/+17
* starting x86 supportcomex2015-02-0812-161/+410
* right, going to bedcomex2015-02-052-18/+78
* starting dis-tables.hcomex2015-02-051-0/+79
* Make the ARM branches actually go to the right place. I need automated tests...comex2015-02-032-3/+4
* 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
* 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, an...comex2015-01-255-13/+89
* 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