Skip to content

Latest commit

 

History

History

0x09-static_libraries

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

img

Static Libraries

Intro

In this session, we will expore static libraries in C

Resources

  1. What is a C library and what is it good for?
  2. Building and using a static lib
  3. All in one about libraries
  4. Understanding C libraries
  5. How are Dynamic libraries different from Static libraries in C
  6. Static linking V/S dynamic linking

Learning objectives

  • The ar command and how to use it.
  • The ranlib command and how to use it.
  • The nm command and how to use it.
  • What is a static library, how does it work, how to create one, and how to use it
  • Basic usage of ar, ranlib, nm