Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 399 Bytes

File metadata and controls

7 lines (6 loc) · 399 Bytes

0x18. C - Dynamic libraries

Learning objectives for thWhat is a dynamic library, how does it work, how to create one, and how to use it

  • 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