Damn_Vulnerable_C_Program icon indicating copy to clipboard operation
Damn_Vulnerable_C_Program copied to clipboard

An example C program which contains vulnerable code for common types of vulnerabilities. It can be used to show fuzzing concepts.

Results 5 Damn_Vulnerable_C_Program issues
Sort by recently updated
recently updated
newest added

TBD: add null pointer dereference vulnerability example.

TBD: add integer conversion vulnerability example.

TBD: add off by one example.

TBD: add type confusion example.

The `dvcp.c` code is different from the one in the video , can u provide us the same code as given in video for simpler walkthrough of entire process