| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | revert THAT WHOLE THING because we can't actually use it for inject | comex | 2015-01-20 | 2 | -85/+37 |
* | progress on injection | comex | 2015-01-20 | 8 | -39/+290 |
* | more reorganization - move OS X/iOS specific stuff into its own directory | comex | 2015-01-19 | 8 | -9/+10 |
* | some reorganization | comex | 2015-01-19 | 14 | -36/+33 |
* | add the required copy of the GPL; clarify license text | comex | 2015-01-19 | 2 | -1/+2 |
* | ldrd/strd fix - we definitely need to know that in ldrd r0, r1, [pc], we can'... | comex | 2015-01-17 | 5 | -20/+38 |
* | improve test; thumb2 fixes | comex | 2015-01-17 | 11 | -25/+135 |
* | misc. objc trimmings | comex | 2015-01-17 | 3 | -3/+26 |
* | flip the definition of TARGET_(UN)SUPPORTED | comex | 2015-01-17 | 3 | -7/+8 |
* | arm64 transform dis, arm fixes, move to .c since i'm dumb | comex | 2015-01-17 | 6 | -142/+189 |
* | IT, BX LR - untested | comex | 2015-01-17 | 7 | -20/+47 |
* | transform-dis stuff - compiles for arm, so far | comex | 2015-01-17 | 7 | -71/+300 |
* | reorganization | comex | 2015-01-17 | 7 | -27/+75 |
* | interpose works; add test | comex | 2015-01-17 | 3 | -23/+82 |