aboutsummaryrefslogtreecommitdiff
path: root/lib/darwin/interpose.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert <stdatomic.h> dependency.comex2015-07-161-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.
* style policecomex2015-07-161-6/+14
|
* how did that style violation get in there? must have been tiredcomex2015-07-121-4/+8
|
* Add extra argument to substitute_hook_functions and interpose_imports for ↵comex2015-02-281-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.
* fix accidental usage of panic() from mach/mach.h instead of substitute_paniccomex2015-02-281-4/+4
|
* a bunch of stuff that should have been committed separatelycomex2015-01-291-0/+1
|
* ...comex2015-01-201-39/+17
|
* more reorganization - move OS X/iOS specific stuff into its own directorycomex2015-01-191-0/+224