Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-07-16 | fix accidentally exported symbols | comex | 1 | -1/+1 | |
2015-02-24 | fix armv7 syscall registers :o | comex | 1 | -1/+6 | |
2015-02-24 | fix arm64/armv7 ish | comex | 1 | -1/+8 | |
2015-02-23 | fix i386 manual syscall, mmap return check | comex | 1 | -2/+5 | |
2015-02-23 | Redo manual syscalls, and use them for hooking.. And fix mmap, which now ↵ | comex | 1 | -44/+31 | |
makes the whole thing slightly broken, because vm_remap into the middle of the shared region apparently silently does nothing. | |||||
2015-01-25 | this is dumb | comex | 1 | -13/+13 | |
2015-01-24 | Add function to deal with mprotecting RW and back. A bit more complex than ↵ | comex | 1 | -0/+54 | |
the minimum would be... (and minor build fixes) |