Tuesday, August 26, 2008

Anatomy of Linux dynamic libraries

Dynamically linked shared libraries are an important aspect of GNU/Linux®. They allow executables to dynamically access external functionality at run time and thereby reduce their overall memory footprint (by bringing functionality in when it's needed). The article linked below investigates the process of creating and using dynamic libraries, provides details on the various tools for exploring them, and explores how these libraries work under the hood.

Read more here: Anatomy of Linux dynamic libraries



(Via Linux.com :: Newsvac.)

0 comments: