Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Trapfuzzer - Coverage-Guided Binary Fuzzing with Breakpoints
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 What is Fuzzing?
- 3 What is Coverage-Guided Fuzzing?
- 4 Background
- 5 Inspiration
- 6 Overview
- 7 binary patcher - basic-block-info-file example
- 8 binary patcher - example
- 9 Seed Mutation
- 10 Fuzzer Module - Corpus Distillation
- 11 Trace module - Theory
- 12 Lets Fuzz WPS - Find Target Module
- 13 Lets Fuzz WPS - Linux Version of FileMon
- 14 GDB Python API
- 15 Workflow
- 16 Code - GDB Plugin
- 17 Code - Tracer Part
- 18 Speed up Instrument - accelerated mode
- 19 Lets Fuzz WPS Again!
- 20 Initial Results
- 21 GDB Internals
- 22 Modify GDB
- 23 Code for SIGTRAP
- 24 Architecture
- 25 Windows Support #2 - DbgEngTracer
- 26 Dialog Box
- 27 Preparing the Environment
- 28 Future Plans