aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Trampoline fixes.comex2015-02-1412-59/+111
| | | | | | | | | | | | | The transformed code was incorrect because it assumed the pointer it was writing to was where the code would execute, but it was actually 'rewritten_temp'. Changed transform_dis_main to take a pc_trampoline pointer, which also helps the test harness. However, this means that it has to be called after the trampoline has been allocated, while before the trampoline allocation depended on the generated size; this change doesn't bother to use two passes or anything, but just allocates a new code buffer if the maximum possible size isn't available - not the end of the world, since trampoline_ptr will still only be increased by the actual size before the next hook in the series (if any).
* 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
| | | | | | | | | | This patch is a monolithic mess, because I was too lazy to do the refactor first (that would require some stash fun, since I wasn't actually sure before doing x86 transform-dis what would be needed). Anyway, the resulting code should be cleaner - less duplication. This breaks ARM/ARM64.
* 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 ↵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
|