Welcome to Fuzz Introspector’s documentation!
The documentation is divided into the following sections:
Installation instructions: Describes how to install Fuzz Introspector locally.
User guides: Guides on how to solve fuzzing issues using Fuzz Introspector.
OSS-Fuzz guides: Instructions on how to use Fuzz Introspector to analyse projects integrated into OSS-Fuzz
Development guide: Code-level documentation. Looking to extend Fuzz Introspector or contribute? This is the place.
Installation
User guides
- User guides
- Getting a quick overview of the status of a project
- Identify and analyse fuzz blocker
- Get ideas for new fuzz targets
- Compare introspector reports
- Focus analysis by controlling instrumentation
- Analyse the state of a single fuzzer
- Identify how well a specific function is fuzzed
- Identify and analyse sink functions/methods
OSS-Fuzz guides