aboutsummaryrefslogtreecommitdiff
path: root/lib/darwin/interpose.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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