Skip to content

CodeIntelligenceTesting/workshop-simple-sut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Description

This is a simple CMake project configured with cifuzz and has three Fuzz Test.

Run

The Fuzz Test should trigger a shift exponent, a stack buffer overflow and a out_of_bounds.

cifuzz run my_fuzz_test

Findings

List all findings

cifuzz finding <finding name>

Obtain information to understand the finding

cifuzz finding <finding name>

Assess

Manage the findings

cifuzz assess <finding name>

Coverage

Calculate the coverage achieved for this project

cifuzz coverage my_fuzz_test

About

Collection of example projects for a guided workshop

Resources

Stars

Watchers

Forks

Packages

No packages published