Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add options field to struct substitute_{function,import}_hook. | comex | 2015-07-16 | 1 | -2/+12 | |
| | | | | | | | | | | | | I will probably need to add an option to deal with GCC 5.2's new optimization - to not save caller-saved registers if the called function is known not to use them, which would break with hooked functions. Don't want to emit the required stub by default because it will likely be slow. I need to verify that Clang doesn't currently have such an optimization... (ABI break - need to avoid this once it gets widely distributed Soon, obviously) | |||||
* | style police | comex | 2015-07-16 | 12 | -45/+94 | |
| | ||||||
* | work around (incorrect, since it's not code) alignment warning | comex | 2015-07-16 | 2 | -4/+4 | |
| | ||||||
* | fix accidentally exported symbols | comex | 2015-07-16 | 5 | -13/+17 | |
| | ||||||
* | typo | comex | 2015-07-16 | 1 | -1/+1 | |
| | ||||||
* | ordering | comex | 2015-07-16 | 1 | -8/+8 | |
| | ||||||
* | Import some code to handle <redacted> syms. | comex | 2015-07-16 | 4 | -12/+304 | |
| | ||||||
* | add verbose thingy | comex | 2015-07-16 | 1 | -0/+2 | |
| | ||||||
* | hook up the list of dylibs | comex | 2015-07-13 | 7 | -12/+183 | |
| | ||||||
* | be beta | comex | 2015-07-13 | 2 | -4/+21 | |
| | ||||||
* | Hook up SafetyDance properly. | comex | 2015-07-13 | 2 | -60/+55 | |
| | | | | | Not as a setup application anymore, since we don't want to disable the rest of SpringBoard if you choose to continue in safe mode... doh... | |||||
* | ...this should have been committed | comex | 2015-07-13 | 1 | -0/+15 | |
| | ||||||
* | sort of works, but marking it as setup is causing problems - probably better ↵ | comex | 2015-07-13 | 5 | -3/+49 | |
| | | | | not to, actually | |||||
* | don't be n^2 for removal, lol. i should probably switch to rust's robin ↵ | comex | 2015-07-12 | 1 | -21/+12 | |
| | | | | hood hashing - it isn't that much code and supposedly performs much better when the table gets full. *however*, it requires checking the hash of every entry in the chain during insert, which basically means storing it, which means more memory usage ... but by allowing fuller tables it could decrease memory usage. but if you have a big table anyway to avoid copying, you don't want *extra*... and storing the hash twice in the simple case is so dumb feeling. dunno. | |||||
* | aand, one last fix | comex | 2015-07-12 | 1 | -2/+2 | |
| | ||||||
* | fix my hash table algorithm - argh | comex | 2015-07-12 | 3 | -15/+67 | |
| | ||||||
* | fixes | comex | 2015-07-12 | 6 | -39/+82 | |
| | ||||||
* | redo crash reporting - untested (but it compiles) | comex | 2015-07-12 | 6 | -80/+252 | |
| | ||||||
* | how did that style violation get in there? must have been tired | comex | 2015-07-12 | 1 | -4/+8 | |
| | ||||||
* | safetydance work, but it's broken | comex | 2015-07-12 | 4 | -10/+41 | |
| | ||||||
* | Important: Fix fd leak that I think was the culprit for substitute'd devices ↵ | comex | 2015-07-12 | 1 | -6/+9 | |
| | | | | | | | | | | not accepting SSH connections after a while. Jul 12 14:03:44 iPhone com.apple.xpc.launchd[1] (Listeners) <Error>: assertion failed: 12F70: launchd + 34500 [C1C897D3-ECD1-3674-8B53-E0BCCDBCCEDE]: 0x9 Jul 12 14:03:44 iPhone com.apple.xpc.launchd[1] (com.openssh.sshd) <Error>: Could not accept new inetd connection: 9: Bad file descriptor | |||||
* | progress | comex | 2015-07-11 | 3 | -9/+122 | |
| | ||||||
* | working on safety | comex | 2015-07-11 | 4 | -81/+129 | |
| | ||||||
* | fix anti-noise | comex | 2015-07-11 | 3 | -4/+7 | |
| | ||||||
* | safety-dance UI fixes | comex | 2015-07-11 | 2 | -3/+5 | |
| | ||||||
* | build fixes | comex | 2015-07-11 | 2 | -3/+7 | |
| | ||||||
* | be safe in case the dylibs are missing | comex | 2015-07-11 | 1 | -0/+7 | |
| | ||||||
* | better fix | comex | 2015-07-11 | 2 | -3/+5 | |
| | ||||||
* | put back notifyd exclusion - still an issue :< | comex | 2015-07-11 | 1 | -17/+23 | |
| | ||||||
* | work around SSH issue | comex | 2015-07-11 | 1 | -6/+24 | |
| | ||||||
* | fix? | comex | 2015-07-11 | 5 | -32/+48 | |
| | ||||||
* | stuff! | comex | 2015-07-10 | 6 | -12/+44 | |
| | ||||||
* | Avoid issues with the system time changing | comex | 2015-07-10 | 1 | -8/+12 | |
| | ||||||
* | redo all the things with xpc - not tested yet | comex | 2015-07-07 | 6 | -353/+324 | |
| | ||||||
* | Merge branch 'mconfig-work' | comex | 2015-07-07 | 8 | -861/+1438 | |
|\ | | | | | | | | | | | My pet build system project - not terribly useful for a relatively simple thing like this, but I want to use it for other purposes, and it does provide a nice ./configure... | |||||
| * | warning fix | comex | 2015-07-07 | 2 | -208/+1 | |
| | | ||||||
| * | Werror, Makefile fix | comex | 2015-07-07 | 2 | -1/+7 | |
| | | ||||||
| * | commit new compiled version of darwin-inject-asm so i don't go crazy... | comex | 2015-07-07 | 1 | -4/+4 | |
| | | ||||||
| * | ldid | comex | 2015-07-07 | 2 | -17/+33 | |
| | | ||||||
| * | build more stuff - need ldid and arguably dsym fixup | comex | 2015-07-07 | 2 | -12/+49 | |
| | | ||||||
| * | tests | comex | 2015-07-07 | 4 | -28/+108 | |
| | | ||||||
| * | ... | comex | 2015-07-07 | 3 | -73/+150 | |
| | | ||||||
| * | fix auto_rerun_config for ninja/etc | comex | 2015-06-30 | 1 | -30/+61 | |
| | | ||||||
| * | move mconfig.py | comex | 2015-06-29 | 2 | -1/+3 | |
| | | ||||||
| * | py3k fixes | comex | 2015-06-25 | 1 | -18/+36 | |
| | | ||||||
| * | ok, actually works - for make. will need to look up what Ninja does wrt the ↵ | comex | 2015-06-25 | 1 | -4/+17 | |
| | | | | | | | | file changing at some point - will it do the hashing thing for me? | |||||
| * | rename Makefile to avoid issues - will be replaced soon | comex | 2015-06-25 | 1 | -0/+0 | |
| | | ||||||
| * | fixed auto-regen... | comex | 2015-06-25 | 2 | -23/+57 | |
| | | ||||||
| * | fixes - now three ways to specify an arch for xcode, yayer | comex | 2015-06-25 | 2 | -4/+15 | |
| | | ||||||
| * | ... | comex | 2015-06-25 | 2 | -60/+198 | |
| | |