Monday, April 20, 2009

Anatomy of Linux Dynamic Libraries

Anatomy of Linux Dynamic Libraries | Linux Developer Network: "Dynamically linked shared libraries are an important aspect of 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). This article 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."