Skip to content

Latest commit

 

History

History

0x18-dynamic_libraries

0x18-DYNAMIC_LIBRARIES

Learning Objectives:

  • What is a dymanic 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

Resources:

Files:

A header file all the functions in the files that will be included in the dynamic linker