Completed
Symbol Visibility - Windows
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Shared Libraries in Windows and Linux - Linking and Loading Deep Dive
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Intro to Linking in 3 slides, #1
- 3 Import data section
- 4 idata section layout
- 5 Import Library
- 6 Windows Schematic Interface
- 7 Linux import sections
- 8 Linux Schematic Interface
- 9 Resolution Time
- 10 Linux: Intermediate Summary
- 11 How to form a process-wide singleton?
- 12 Can you have circular library dependencies?
- 13 Can a shared-library symbol be overridden from an executable?
- 14 Procedure Linkage Table (PLT)
- 15 Comparing Func Ptrs
- 16 Windows .idata section
- 17 No analogue mechanism in Windows
- 18 Symbol Visibility - Windows
- 19 Symbol Visibility - Linux
- 20 Component Map
- 21 C++ and Shared Libs
- 22 Resources