Prev Next | Secure Lazy Binding | Slide #5 |
Executables don't contain the library code but just reference it
Executables are smaller
Library can be updated without relinking executables
References are by name, e.g., "printf"
Dynamic linker handles mapping names to final addresses
EuroBSDCon 2014 | Copyright © 2014 Philip Guenther |