aboutsummaryrefslogtreecommitdiff
path: root/script (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix some ARM stuff including calls, and test itcomex2016-11-151-2/+8
| | | | wow this code sucks
* fix bool arguments with false defaultcomex2016-11-151-1/+3
|
* replace broken gen-manual-mach.sh with a Python versioncomex2016-07-122-26/+52
| | | | | it was dropping the #pragma pack(4) declarations, rendering it broken for like most of the last year
* Update mconfig.py and fix the debug info option with multiple machines; ↵comex2016-01-271-28/+87
| | | | update configure and add a symlink in out/ so (DY)LD_LIBRARY_PATH works
* bettercomex2015-10-271-2/+5
|
* fixed.comex2015-10-271-3/+7
|
* lol, mach awk failcomex2015-10-272-8/+17
|
* avoid overflowing Version into debian_revisioncomex2015-08-171-1/+1
|
* mconfig quick fixescomex2015-08-171-1/+3
|
* add the missing ability to specify --disable-x and --without-x ;pcomex2015-08-071-1/+15
|
* fixescomex2015-08-072-4/+7
|
* show the name of slow commandscomex2015-07-171-1/+12
|
* fix iOS detection properly.comex2015-07-171-15/+38
|
* add more correct 'is iOS' heuristic, and use itcomex2015-07-171-2/+28
| | | | fixes missing -miphoneos-version-min=8.0
* fix some build stuffcomex2015-07-161-12/+35
|
* fix accidentally exported symbolscomex2015-07-161-2/+2
|
* sort of works, but marking it as setup is causing problems - probably better ↵comex2015-07-131-1/+1
| | | | not to, actually
* fix my hash table algorithm - arghcomex2015-07-121-0/+1
|
* fixescomex2015-07-121-1/+1
|
* safetydance work, but it's brokencomex2015-07-121-0/+3
|
* build fixescomex2015-07-111-1/+1
|
* fix?comex2015-07-111-0/+1
|
* Werror, Makefile fixcomex2015-07-071-1/+3
|
* ldidcomex2015-07-071-17/+23
|
* build more stuff - need ldid and arguably dsym fixupcomex2015-07-071-5/+10
|
* testscomex2015-07-072-14/+20
|
* ...comex2015-07-072-64/+115
|
* fix auto_rerun_config for ninja/etccomex2015-06-301-30/+61
|
* move mconfig.pycomex2015-06-291-0/+1098
|
* 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