Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-02-24 | fix armv7 syscall registers :o | comex | 1 | -1/+1 | |
2015-02-24 | fix arm64/armv7 ish | comex | 2 | -2/+2 | |
2015-02-23 | Ban calls within transform regions in threadsafe mode. | comex | 4 | -994/+1975 | |
2015-02-23 | fix i386 manual syscall, mmap return check | comex | 1 | -1/+1 | |
2015-02-23 | Redo manual syscalls, and use them for hooking.. And fix mmap, which now ↵ | comex | 2 | -4/+569 | |
makes the whole thing slightly broken, because vm_remap into the middle of the shared region apparently silently does nothing. | |||||
2015-02-03 | fix ARM64 too, theoretically | comex | 1 | -5/+8 | |
2015-02-01 | fix my utter failure to handle branches/conditionals correctly (on ARM) | comex | 4 | -62/+65 | |
2015-01-25 | right, fix cleanup. (compared to the old system, this avoids busywaiting, ↵ | comex | 1 | -4/+4 | |
and properly frees the thread resources) | |||||
2015-01-25 | this is dumb | comex | 1 | -5/+5 | |
2015-01-24 | Add function to deal with mprotecting RW and back. A bit more complex than ↵ | comex | 1 | -2/+13 | |
the minimum would be... (and minor build fixes) | |||||
2015-01-21 | Current version of generic-dis-*, for posterity (I'm sure it'll need to be ↵ | comex | 6 | -23/+5377 | |
changed...) and apparently i changed something in inject-asm | |||||
2015-01-21 | forgot to actually check this in | comex | 1 | -0/+17 | |
2015-01-21 | Some cleanup. | comex | 1 | -0/+19 | |