diewufeihong / c-cpp-demo

Showcasing our C/C++ fuzzing capabilities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code Intelligence logo

C/C++ demo

A demo project showcasing two vulnerabilities.

To find them on your own, download cifuzz.

Clone this repository and run

cifuzz run heap_buffer_overflow_test

to detect the heap buffer overflow or run

cifuzz run stack_buffer_overflow_test

to detect the stack buffer overflow.

To learn more about how to write your own fuzz tests have a look here.

If you want to learn more about fuzzing in general, head over to Code Intelligence.

About

Showcasing our C/C++ fuzzing capabilities

License:MIT License


Languages

Language:C++ 85.3%Language:CMake 14.7%