Skip to content

Opening book details…

Can I read Understanding Dynamic Shared Libraries on EtoBox?

Understanding Dynamic Shared Libraries by Saurabh Iyer is a document available to read on EtoBox.

What is Understanding Dynamic Shared Libraries about?

Dynamic shared libraries allow code and data to be shared among multiple processes. There are three types: non-shared libraries which copy code into executables; static shared libraries which map code to fixed addresses; and dynamic shared libraries which map code to any address. Dynamic linking uses dynamic shared libraries and provides benefits like easier updating but has performance overhead. It uses position-independent code (PIC) and global offset tables (GOT) to allow code to run at any address. Proc

Author
Saurabh Iyer
Language
EN