Hacker News new | ask | show | jobs
by ethnic_throw 3205 days ago
> Sure, dlopen does tons of more stuff behind the scenes, but ultimately it is about loading bunch of bytes into memory and executing those as functions.

That's pretty much mprotect, though. dlopen mostly does the other things, and it does a lot.