site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Le 3 sept. 08 à 14:01, Luke Daley a écrit : Again, when in doubt, RTFM (when will I learn?)… http://developer.apple.com/documentation/DeveloperTools/Conceptual/DynamicLi... _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... I was able to get this to work by using the method outlined in that article (i.e. using dlsym()) and avoiding syscall() altogether. Thanks to everyone who helped out. Yep, you right, using dlsym(RTLD_NEXT, "symbol"); is probably a better solution than the one I provided. It is part of the public API and it is supported ;-) This email sent to site_archiver@lists.apple.com