Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | theoretically support x86 PIC | comex | 2015-02-09 | 1 | -14/+46 |
| | |||||
* | call vs. branch fixes on ARM (though really I should just ignore calls) | comex | 2015-02-09 | 2 | -4/+2 |
| | |||||
* | add transform-dis-{i386,x86_64} to makefile - fix a missing UNUSED | comex | 2015-02-09 | 2 | -0/+3 |
| | |||||
* | Fix a broken bit test. | comex | 2015-02-09 | 1 | -1/+3 |
| | |||||
* | more | comex | 2015-02-09 | 7 | -43/+54 |
| | |||||
* | Fix other architectures compiling - haven't tried *running* anything.. | comex | 2015-02-08 | 7 | -79/+90 |
| | |||||
* | Refactor disassembly so x86 works, and add x86 transform-dis. | comex | 2015-02-08 | 22 | -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. | ||||
* | formatting | comex | 2015-02-08 | 1 | -11/+17 |
| | |||||
* | starting x86 support | comex | 2015-02-08 | 12 | -161/+410 |
| | |||||
* | right, going to bed | comex | 2015-02-05 | 2 | -18/+78 |
| | |||||
* | starting dis-tables.h | comex | 2015-02-05 | 1 | -0/+79 |
| | |||||
* | Make the ARM branches actually go to the right place. I need automated ↵ | comex | 2015-02-03 | 2 | -3/+4 |
| | | | | tests before stable. | ||||
* | fix ARM64 too, theoretically | comex | 2015-02-03 | 11 | -43/+117 |
| | |||||
* | whoops, don't mean to always jump to thumb mode | comex | 2015-02-01 | 1 | -1/+1 |
| | |||||
* | formatting | comex | 2015-02-01 | 2 | -11/+19 |
| | |||||
* | fix my utter failure to handle branches/conditionals correctly (on ARM) | comex | 2015-02-01 | 22 | -152/+363 |
| | |||||
* | trivial wording tweak | comex | 2015-01-30 | 1 | -1/+1 |
| | |||||
* | correct thinko in the readme | comex | 2015-01-30 | 1 | -1/+1 |
| | |||||
* | improve readme | comex | 2015-01-30 | 1 | -23/+23 |
| | |||||
* | remove GNU-isms from cbit | comex | 2015-01-30 | 2 | -11/+46 |
| | |||||
* | not even alpha yet | comex | 2015-01-30 | 1 | -0/+10 |
| | |||||
* | add README (and note to self to fix something) | comex | 2015-01-30 | 2 | -0/+225 |
| | |||||
* | Make logging less verbose. | comex | 2015-01-30 | 3 | -12/+21 |
| | |||||
* | cleanup | comex | 2015-01-30 | 2 | -18/+37 |
| | |||||
* | fix another unrestrict bug *sigh* | comex | 2015-01-29 | 1 | -4/+5 |
| | |||||
* | fix bundle-loader | comex | 2015-01-29 | 1 | -5/+1 |
| | |||||
* | ok, it works for now, until i have more energy to refactor it properly | comex | 2015-01-29 | 2 | -29/+42 |
| | |||||
* | ... | comex | 2015-01-29 | 6 | -116/+129 |
| | |||||
* | a bunch of stuff that should have been committed separately | comex | 2015-01-29 | 8 | -72/+268 |
| | |||||
* | "Fix" broken launchd injection stuff. | comex | 2015-01-29 | 5 | -47/+112 |
| | |||||
* | add SUBSTITUTE_DONT_STOP_THREADS for substrate compat - substrate doesn't do ↵ | comex | 2015-01-29 | 1 | -1/+1 |
| | | | | this, and they might not be on the main thread. though that would be gross. | ||||
* | misc. fixes | comex | 2015-01-29 | 3 | -3/+6 |
| | |||||
* | get rid of the unnecessary CoreFoundation dependency | comex | 2015-01-29 | 5 | -54/+85 |
| | |||||
* | port some old code | comex | 2015-01-29 | 5 | -1/+351 |
| | |||||
* | ***yawn*** | comex | 2015-01-28 | 8 | -14/+122 |
| | |||||
* | sorta | comex | 2015-01-28 | 6 | -14/+66 |
| | |||||
* | some more stuff compiles | comex | 2015-01-28 | 11 | -37/+484 |
| | |||||
* | initial commit of SafetyDance app | comex | 2015-01-27 | 6 | -4/+305 |
| | |||||
* | forgot to commit this, predictably | comex | 2015-01-25 | 1 | -0/+24 |
| | |||||
* | right, fix cleanup. (compared to the old system, this avoids busywaiting, ↵ | comex | 2015-01-25 | 5 | -13/+89 |
| | | | | and properly frees the thread resources) | ||||
* | this is dumb | comex | 2015-01-25 | 9 | -114/+314 |
| | |||||
* | make a basic .deb generator | comex | 2015-01-25 | 3 | -2/+14 |
| | |||||
* | clean up Makefile a bit | comex | 2015-01-25 | 1 | -15/+31 |
| | |||||
* | fix strerror | comex | 2015-01-25 | 3 | -2/+8 |
| | |||||
* | Add an explanatory (and legally obligatory) notice to substrate.h. | comex | 2015-01-25 | 1 | -0/+14 |
| | |||||
* | fix substrate-compat; check in test | comex | 2015-01-25 | 2 | -3/+70 |
| | |||||
* | fixes | comex | 2015-01-25 | 7 | -22/+40 |
| | |||||
* | fixes | comex | 2015-01-24 | 2 | -4/+8 |
| | |||||
* | it compiles... | comex | 2015-01-24 | 11 | -103/+140 |
| | |||||
* | ... | comex | 2015-01-24 | 14 | -157/+474 |
| |