aboutsummaryrefslogtreecommitdiff
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix other architectures compiling - haven't tried *running* anything..comex2015-02-086-74/+85
* Refactor disassembly so x86 works, and add x86 transform-dis.comex2015-02-0820-197/+298
* formattingcomex2015-02-081-11/+17
* starting x86 supportcomex2015-02-0810-129/+341
* 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-038-36/+107
* 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-0115-82/+276
* remove GNU-isms from cbitcomex2015-01-301-11/+30
* add README (and note to self to fix something)comex2015-01-301-0/+2
* ...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
* 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, an...comex2015-01-252-6/+49
* 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 t...comex2015-01-248-65/+130
* 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
* 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 can'...comex2015-01-174-19/+37
* 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