Hacker News new | ask | show | jobs
by lallysingh 3173 days ago
really, anyone who bothers reading the dlopen(3) manpage: http://man7.org/linux/man-pages/man3/dlopen.3.html

Loading / unloading code is straightforward. The trick is in getting the code called from existing code.

1 comments

Loading is straightforward, unloading depends.