Software Engineering KB

Home

❯

06 Development Process

❯

01 Testing

❯

01 Concept

❯

Fuzzing

Fuzzing

Feb 10, 20261 min read

  • testing
  • fuzzing

Fuzzing

← Back to Advanced Testing Techniques

Random or intelligent input generation to find crashes and security vulnerabilities. Fuzzers like AFL and libFuzzer automatically explore code paths with generated inputs, discovering buffer overflows, assertion failures, and unexpected behavior.

Key Properties

  • Input Generation
  • Crash Detection
  • Coverage-Guided Fuzzing

Related

  • Property-Based Testing (related approach)

testing fuzzing


Graph View

  • Fuzzing
  • Key Properties
  • Related

Backlinks

  • Software Engineering - Map of Content
  • Advanced Testing Techniques
  • Property-Based Testing

Created with Quartz v4.5.2 © 2026

  • GitHub