Skip to content

Latest commit

 

History

History

0x18-dynamic_libraries

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

0x18. C - Dynamic libraries

Resources:books:

Read or watch:


Learning Objectives:bulb:

What I learned from this project:

  • What is a dynamic library, how does it work, how to create one, and how to use it
  • What is the environment variable $LD_LIBRARY_PATH and how to use it
  • What are the differences between static and shared libraries
  • Basic usage nm, ldd, ldconfig

  • Dynamic library libholberton.so
  • A script that creates a dynamic library called liball.so from all the .c files that are in the current directory.

*Dynamic library 100-operations.so


Author