Completed
2013 Day1P1 Life of Binaries: Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
The Life of Binaries - PE and ELF File Format Analysis 2013
Automatically move to the next video in the Classroom when playback concludes
- 1 2013 Day1P1 Life of Binaries: Intro
- 2 2013 Day1P2 Life of Binaries: Compilers
- 3 2013 Day1P3 Life of Binaries: Executables Overview
- 4 2013 Day1P4 Life of Binaries: PE DOS Header
- 5 2013 Day1P5 Life of Binaries: PE NT Header, File Header
- 6 2013 Day1P6 Life of Binaries: BinHunt Round 1
- 7 2013 Day1P7 Life of Binaries: PE NT Header, Optional Header
- 8 2013 Day1P8 Life of Binaries: BinHunt Round 2
- 9 2013 Day1P9 Life of Binaries: PE Section Headers
- 10 2013 Day1P10 Life of Binaries: PE File Header Pop Quiz
- 11 2013 Day1P11 Life of Binaries: BinHunt Round 3
- 12 2013 Day1P12 Life of Binaries: PE Imports
- 13 2013 Day1P13 Life of Binaries: BinHunt Round 4
- 14 2013 Day1P14 Life of Binaries: PE Bound Imports
- 15 2013 Day1P15 Life of Binaries: PE Optional Header Pop Quiz
- 16 2013 Day1P16 Life of Binaries: PE Delay Load Imports
- 17 2013 Day1P17 Life of Binaries: PE Delay Load Imports In Debugger
- 18 2013 Day1P18 Life of Binaries: BinHunt Round 5
- 19 2013 Day2P01 LoB: PE Sections Slide Correction
- 20 2013 Day2P02 LoB: Delay Load Imports Correction And Questions
- 21 2013 Day2P03 LoB: ASLR Questions
- 22 2013 Day2P04 LoB: IAT Hooking Demo
- 23 2013 Day2P05 LoB: Day1 Review
- 24 2013 Day2P06 LoB: Dependency Walker
- 25 2013 Day2P07 LoB: Runtime Importing
- 26 2013 Day2P08 LoB: Exports
- 27 2013 Day2P09 LoB: ForwardedExports
- 28 2013 Day2P10 LoB: BinHunt Round 6
- 29 2013 Day2P11 LoB: Debug Information
- 30 2013 Day2P12 LoB: Relocations
- 31 2013 Day2P13 LoB: Thread Local Storage (TLS)
- 32 2013 Day2P14 LoB: Resources
- 33 2013 Day2P15 LoB: Load Config
- 34 2013 Day2P16 LoB: Code Signing (Security Directory)
- 35 2013 Day2P17 LoB: PE to ELF Topic Transition
- 36 2013 Day2P18 LoB: ELF Intro
- 37 2013 Day2P19 LoB: ELF Header
- 38 2013 Day2P20 LoB: Lab - Using readelf to View the ELF Header
- 39 2013 Day2P21 LoB: ELF Program (Segment) Headers
- 40 2013 Day2P22 LoB: Lab - Compile Hello and Use readelf to View Program Headers
- 41 2013 Day2P23 LoB: Graphical Representation of Program (Segment) Headers in Hello
- 42 2013 Day2P24 LoB: PopQuiz: ELF Segment vs. PE Section Similarities And Differences
- 43 2013 Day2P25 LoB: ELF Section Headers
- 44 2013 Day2P26 LoB: Lab - Using readelf to View Section Headers
- 45 2013 Day2P27 LoB: PopQuiz: ELF vs. PE Sections Similarities and Differences
- 46 2013 Day2P28 LoB: PLT & Dynamic Linking
- 47 2013 Day2P29 LoB: Packers
- 48 2013 Day2P30 LoB: UPX Packing Example
- 49 2013 Day2P31 LoB: Viruses
- 50 2013 Day2P32 LoB: BabysFirstPhage.c Code Walkthrough
- 51 2013 Day2P33 LoB: Class Conclusion