Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Static Binary Analysis - The Essentials
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 The boring disclaimer
- 3 A few definitions
- 4 Why bother?
- 5 The sample
- 6 visual inspection
- 7 The checklist
- 8 Tools of the trade
- 9 disassembly, IDA Pro
- 10 Stage 2: disassembly, Ghidra
- 11 Stage 2: Structures!
- 12 Stage 2: Structures. This is the IDA way.
- 13 Stage 2: Structures. The Ghidra way.
- 14 Stage 2: Structures. The hard way.
- 15 Stage 2: Structures. The hard way, in Ghidra
- 16 Stage 2: Applying structures, IDA Pro
- 17 Stage 2: Fields of structures
- 18 Stage 2: Local types
- 19 Stage 2: Applying structures, Ghidra
- 20 Stage 2: Next pointer
- 21 Stage 2: Next steps
- 22 Stage 2: Where to next?
- 23 Now you make the tools
- 24 Stage 3: The task
- 25 Stage 3: IDA plugin
- 26 Stage 3: Ghidra script
- 27 Stage 3: Common parts
- 28 Stage 3: The data
- 29 Stage 3: Action!
- 30 Stage 3: The source code
- 31 Areas for development