Completed
Tricky X86 instructions
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Next Generation Disassembly Framework
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Story behind Capstone
- 3 Binary analysis & software exploit
- 4 Disassemble machine code
- 5 X86 instruction encoding
- 6 Building disassembly frameworks is tedious
- 7 Demanding for a good disassembly framework
- 8 Available frameworks (2013)
- 9 Capstone's goals
- 10 Problems
- 11 Capstone status at 7-month old
- 12 Ambitions & ideas
- 13 Introduction on LLVM
- 14 LLVM's Machine Code (MC) layer
- 15 Advantages
- 16 Decide where to make the cut
- 17 extend LLVM's MC
- 18 Robustness of Capstone
- 19 Tricky X86 instructions