mirror of
https://github.com/The-Art-of-Hacking/h4cker
synced 2025-02-16 13:58:26 +00:00
Update README.md
This commit is contained in:
parent
7f9b4eb866
commit
045c397376
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Buffer Overflow Example
|
# Buffer Overflow Example
|
||||||
***DO NOT USE THIS CODE METHODOLOGY***
|
|
||||||
This is an example of a very bad coding practice that introduces a buffer overflow.
|
*** This is an example of a very bad coding practices*** that introduces a buffer overflow. The purpose of this code is to serve as a demonstration and exercise for [The Art of Hacking Series and live training](https://www.safaribooksonline.com/search/?query=Omar%20Santos%20hacking&extended_publisher_data=true&highlight=true&is_academic_institution_account=false&source=user&include_assessments=false&include_case_studies=true&include_courses=true&include_orioles=true&include_playlists=true&sort=relevance)
|
||||||
|
|
||||||
```
|
```
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
Loading…
Add table
Reference in a new issue