Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 858 Bytes

File metadata and controls

17 lines (14 loc) · 858 Bytes

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