aboutsummaryrefslogtreecommitdiff
path: root/script (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add link to release pagecomex2015-03-011-4/+0
|
* Add extrainst_ and postrmcomex2015-03-011-2/+2
| | | | | Not actually tested, because I'm too tired tonight to try setting up a real repository (as opposed to dpkg -i).
* A number of critical fixes painstakingly discovered in the slowest way possible.comex2015-03-011-0/+2
|
* minor changescomex2015-03-011-1/+1
|
* add substituted launchd plist; move helpers to separate directorycomex2015-02-281-1/+4
|
* Fix vm_remap, of trouble with which the previous diagnosis was completely ↵comex2015-02-231-1/+1
| | | | | | | | | | | incorrect. It's actually the fact that no vm_map_server actually exists on the kernel side - even though the otherwise useless function vm_remap exists in the kernel source, and mig generates server code for it, apparently that server code isn't built or linked into the kobject table. Bizarre. Anyway, switch to mach_vm_remap, which is what vm_remap in userspace calls into.
* Redo manual syscalls, and use them for hooking.. And fix mmap, which now ↵comex2015-02-231-0/+13
| | | | makes the whole thing slightly broken, because vm_remap into the middle of the shared region apparently silently does nothing.
* more fixescomex2015-02-151-1/+1
|
* fix test casescomex2015-02-141-0/+6
|
* a bunch of stuff that should have been committed separatelycomex2015-01-291-1/+1
|
* "Fix" broken launchd injection stuff.comex2015-01-291-1/+1
|
* ***yawn***comex2015-01-281-0/+2
|
* forgot to commit this, predictablycomex2015-01-251-0/+24
|
* this is dumbcomex2015-01-251-1/+1
|
* Add function to deal with mprotecting RW and back. A bit more complex than ↵comex2015-01-241-2/+2
| | | | | | the minimum would be... (and minor build fixes)
* Current version of generic-dis-*, for posterity (I'm sure it'll need to be ↵comex2015-01-211-2/+2
| | | | | | changed...) and apparently i changed something in inject-asm
* oops, forgot to add thatcomex2015-01-211-0/+22