Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-07-16 | Revert <stdatomic.h> dependency. | comex | 1 | -10/+8 | |
it was added in the otherwise cosmetic dfd16cc1f759a103707ebd27743abc621486e131 because I didn't change the generated code at all - just switched to the standard aliases of the functions I was already using. But I forgot that <stdatomic.h> isn't present in relatively recent Xcode, so I'm switching back for now. | |||||
2015-07-16 | style police | comex | 1 | -6/+14 | |
2015-07-12 | how did that style violation get in there? must have been tired | comex | 1 | -4/+8 | |
2015-02-28 | Add extra argument to substitute_hook_functions and interpose_imports for ↵ | comex | 1 | -1/+6 | |
use with unhooking. I think we'll need to explicitly record trampoline locations to avoid the possibility of stomping on someone else's stuff if the function was re-patched... Also, document substitute_hook_functions. | |||||
2015-02-28 | fix accidental usage of panic() from mach/mach.h instead of substitute_panic | comex | 1 | -4/+4 | |
2015-01-29 | a bunch of stuff that should have been committed separately | comex | 1 | -0/+1 | |
2015-01-20 | ... | comex | 1 | -39/+17 | |
2015-01-19 | more reorganization - move OS X/iOS specific stuff into its own directory | comex | 1 | -0/+0 | |
2015-01-17 | interpose works; add test | comex | 1 | -23/+46 | |
2015-01-16 | handle oom and silly machos and stuff | comex | 1 | -7/+20 | |
2015-01-16 | fix spacing | comex | 1 | -32/+32 | |
2015-01-16 | interpose (based on %c based on data) compiles... | comex | 1 | -0/+188 | |