diff --git a/buffer_overflow_example/additional_examples.md b/buffer_overflow_example/additional_examples.md new file mode 100644 index 0000000..06858ad --- /dev/null +++ b/buffer_overflow_example/additional_examples.md @@ -0,0 +1,6 @@ +# Additional Buffer Overflow Examples + +The website https://exploit.education has great examples of different types of buffer overflows, format strings and heap exploitation. It includes different VMs that allow you to complete several beginner, intermediate, and advanced challenges. + + +