Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | replace broken gen-manual-mach.sh with a Python version | comex | 2016-07-12 | 1 | -168/+77 |
| | | | | | it was dropping the #pragma pack(4) declarations, rendering it broken for like most of the last year | ||||
* | better | comex | 2015-10-27 | 1 | -39/+3 |
| | |||||
* | fixed. | comex | 2015-10-27 | 1 | -34/+88 |
| | |||||
* | lol, mach awk fail | comex | 2015-10-27 | 1 | -36/+301 |
| | |||||
* | baton fix | comex | 2015-07-16 | 1 | -1/+1 |
| | |||||
* | work around (incorrect, since it's not code) alignment warning | comex | 2015-07-16 | 1 | -3/+3 |
| | |||||
* | fix accidentally exported symbols | comex | 2015-07-16 | 1 | -5/+5 |
| | |||||
* | commit new compiled version of darwin-inject-asm so i don't go crazy... | comex | 2015-07-07 | 1 | -4/+4 |
| | |||||
* | fix armv7 syscall registers :o | comex | 2015-02-24 | 1 | -1/+1 |
| | |||||
* | fix arm64/armv7 ish | comex | 2015-02-24 | 2 | -2/+2 |
| | |||||
* | Ban calls within transform regions in threadsafe mode. | comex | 2015-02-23 | 4 | -994/+1975 |
| | |||||
* | fix i386 manual syscall, mmap return check | comex | 2015-02-23 | 1 | -1/+1 |
| | |||||
* | Redo manual syscalls, and use them for hooking.. And fix mmap, which now ↵ | comex | 2015-02-23 | 2 | -4/+569 |
| | | | | makes the whole thing slightly broken, because vm_remap into the middle of the shared region apparently silently does nothing. | ||||
* | fix ARM64 too, theoretically | comex | 2015-02-03 | 1 | -5/+8 |
| | |||||
* | fix my utter failure to handle branches/conditionals correctly (on ARM) | comex | 2015-02-01 | 4 | -62/+65 |
| | |||||
* | right, fix cleanup. (compared to the old system, this avoids busywaiting, ↵ | comex | 2015-01-25 | 1 | -4/+4 |
| | | | | and properly frees the thread resources) | ||||
* | this is dumb | comex | 2015-01-25 | 1 | -5/+5 |
| | |||||
* | Add function to deal with mprotecting RW and back. A bit more complex than ↵ | comex | 2015-01-24 | 1 | -2/+13 |
| | | | | | | the minimum would be... (and minor build fixes) | ||||
* | Current version of generic-dis-*, for posterity (I'm sure it'll need to be ↵ | comex | 2015-01-21 | 6 | -23/+5377 |
| | | | | | | changed...) and apparently i changed something in inject-asm | ||||
* | forgot to actually check this in | comex | 2015-01-21 | 1 | -0/+17 |
| | |||||
* | Some cleanup. | comex | 2015-01-21 | 1 | -0/+19 |