1 2 3 4 5 6 7 8
#include <mach-o/dyld-interposing.h> extern void foo(); void my_foo() { } DYLD_INTERPOSE(my_foo, foo);