Skip to content

Latest commit

 

History

History

0x18-dynamic_libraries

0x18. C - Dynamic libraries


Description

  • Difference between Dynamic and Static library (Static and Dynamic linking)
  • Dynamic libraries on Linux

Files and their respective functions

Dynamic library libdynamic.so containing all the functions

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

Dynamic library that contains C functions that can be called from Python. See example for more detail.

Code injection: Win the Giga Millions!

Author