Hacker News new | ask | show | jobs
by verstaen 2871 days ago
You can use dlopen()/dlsym() to replicate something like objc_msgSend(). That's what I was doing for AppSketcher on BeOS.
1 comments

I don’t quite follow how you’re using the functions in dlfcn to replace the Objective-C runtime?