| Commit message (Expand) | Author | Age | Files | Lines |
* | rename Makefile to avoid issues - will be replaced soon | comex | 2015-06-25 | 1 | -207/+0 |
* | Stick darwin-inject-asm.S in out/ so running make doesn't overwrite committed... | comex | 2015-04-15 | 1 | -2/+2 |
* | make jump-dis use a vec as a stack, rather than a hacky queue | comex | 2015-03-01 | 1 | -2/+2 |
* | add vec | comex | 2015-03-01 | 1 | -0/+2 |
* | Add substituted and fix things up to use it. Still untested. | comex | 2015-02-28 | 1 | -3/+5 |
* | Rename ios-bootstrap to darwin-bootstrap; cleanup posixspawn-hook and unrestr... | comex | 2015-02-28 | 1 | -9/+8 |
* | Fix vm_remap, of trouble with which the previous diagnosis was completely inc... | comex | 2015-02-23 | 1 | -2/+2 |
* | Redo manual syscalls, and use them for hooking.. And fix mmap, which now mak... | comex | 2015-02-23 | 1 | -9/+15 |
* | Fix hook-function: | comex | 2015-02-18 | 1 | -2/+1 |
* | more fixes | comex | 2015-02-15 | 1 | -2/+5 |
* | test harness | comex | 2015-02-09 | 1 | -0/+3 |
* | add transform-dis-{i386,x86_64} to makefile - fix a missing UNUSED | comex | 2015-02-09 | 1 | -0/+2 |
* | Refactor disassembly so x86 works, and add x86 transform-dis. | comex | 2015-02-08 | 1 | -5/+5 |
* | starting x86 support | comex | 2015-02-08 | 1 | -6/+8 |
* | fix ARM64 too, theoretically | comex | 2015-02-03 | 1 | -1/+1 |
* | ... | comex | 2015-01-29 | 1 | -2/+2 |
* | a bunch of stuff that should have been committed separately | comex | 2015-01-29 | 1 | -1/+1 |
* | "Fix" broken launchd injection stuff. | comex | 2015-01-29 | 1 | -3/+3 |
* | misc. fixes | comex | 2015-01-29 | 1 | -2/+3 |
* | get rid of the unnecessary CoreFoundation dependency | comex | 2015-01-29 | 1 | -3/+3 |
* | port some old code | comex | 2015-01-29 | 1 | -0/+1 |
* | ***yawn*** | comex | 2015-01-28 | 1 | -1/+7 |
* | sorta | comex | 2015-01-28 | 1 | -1/+2 |
* | some more stuff compiles | comex | 2015-01-28 | 1 | -1/+9 |
* | initial commit of SafetyDance app | comex | 2015-01-27 | 1 | -4/+23 |
* | this is dumb | comex | 2015-01-25 | 1 | -3/+16 |
* | make a basic .deb generator | comex | 2015-01-25 | 1 | -2/+2 |
* | clean up Makefile a bit | comex | 2015-01-25 | 1 | -15/+31 |
* | fixes | comex | 2015-01-25 | 1 | -1/+1 |
* | fixes | comex | 2015-01-24 | 1 | -0/+1 |
* | Add function to deal with mprotecting RW and back. A bit more complex than t... | comex | 2015-01-24 | 1 | -3/+4 |
* | Current version of generic-dis-*, for posterity (I'm sure it'll need to be ch... | comex | 2015-01-21 | 1 | -1/+3 |
* | stopping other threads. | comex | 2015-01-21 | 1 | -1/+4 |
* | add substitute_strerror | comex | 2015-01-21 | 1 | -1/+2 |
* | minor cleanup - stop caring about thumb outside of arch-specific code | comex | 2015-01-21 | 1 | -1/+1 |
* | Some cleanup. | comex | 2015-01-21 | 1 | -16/+9 |
* | woo, inject seems to work on all platforms | comex | 2015-01-21 | 1 | -13/+20 |
* | ... | comex | 2015-01-20 | 1 | -1/+26 |
* | progress on injection | comex | 2015-01-20 | 1 | -0/+1 |
* | more reorganization - move OS X/iOS specific stuff into its own directory | comex | 2015-01-19 | 1 | -8/+9 |
* | some reorganization | comex | 2015-01-19 | 1 | -4/+7 |
* | improve test; thumb2 fixes | comex | 2015-01-17 | 1 | -2/+4 |
* | transform-dis stuff - compiles for arm, so far | comex | 2015-01-17 | 1 | -1/+3 |
* | reorganization | comex | 2015-01-17 | 1 | -8/+10 |
* | interpose works; add test | comex | 2015-01-17 | 1 | -0/+1 |
* | fixes and test - both tests work on all archs | comex | 2015-01-17 | 1 | -1/+2 |
* | imp forwarding works | comex | 2015-01-17 | 1 | -2/+2 |
* | and now for something completely different: assembly maybestret-IMPL | comex | 2015-01-16 | 1 | -3/+8 |
* | interpose (based on %c based on data) compiles... | comex | 2015-01-16 | 1 | -0/+1 |
* | jump dis - seemingly working(!) | comex | 2015-01-16 | 1 | -24/+27 |