Damn_Vulnerable_C_Program
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.
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