seantywork

dynamic-lib

Here, I’m demonstrating how to dynamically load and unload shared library during runtime.

Typically, when we run a program on linux machine, we don’t usually have to worry about
locating exact target shared library file to load because the linker handles it as a part
of spawning a process.