Mac OS X programming question
Is it possible to use DYLD\_INSERT\_LIBRARIES without using DYLD\_FORCE\_FLAT\_NAMESPACES (which has nasty side effects)? I wanted to use the former for a port of tsocks (which needs to intercept socket calls) but I've had to...