| Commit message (Expand) | Author | Age | Files | Lines |
* | Make the ARM branches actually go to the right place. I need automated tests... | comex | 2015-02-03 | 2 | -3/+4 |
* | 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 |
* | 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, an... | comex | 2015-01-25 | 5 | -13/+89 |
* | 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 |
* | Add function to deal with mprotecting RW and back. A bit more complex than t... | comex | 2015-01-24 | 13 | -72/+187 |
* | Current version of generic-dis-*, for posterity (I'm sure it'll need to be ch... | comex | 2015-01-21 | 8 | -26/+5382 |
* | stopping other threads. | comex | 2015-01-21 | 8 | -24/+272 |
* | add substitute_strerror | comex | 2015-01-21 | 4 | -7/+37 |
* | minor cleanup - stop caring about thumb outside of arch-specific code | comex | 2015-01-21 | 10 | -21/+34 |
* | forgot to actually check this in | comex | 2015-01-21 | 2 | -1/+17 |
* | oops, forgot to add that | comex | 2015-01-21 | 1 | -0/+22 |
* | pointless optimization | comex | 2015-01-21 | 1 | -27/+64 |
* | Some cleanup. | comex | 2015-01-21 | 6 | -31/+35 |
* | woo, inject seems to work on all platforms | comex | 2015-01-21 | 7 | -145/+298 |
* | ... | comex | 2015-01-20 | 7 | -56/+451 |