Skip to content

Commit

Permalink
Update Buffer_overflow_attack.md (#985)
Browse files Browse the repository at this point in the history
  • Loading branch information
ranemirusG authored Aug 10, 2024
1 parent 079c887 commit a0a2256
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/attacks/Buffer_overflow_attack.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ Usage example:

```console
user@spin ~/inzynieria $ ./bo-simple // program start
1234 // we eneter "1234" string from the keyboard
1234 // we enter "1234" string from the keyboard
1234 // program prints out the conent of the buffer
user@spin ~/inzynieria $ ./bo-simple // start
123456789012 // we eneter "123456789012"
123456789012 // we enter "123456789012"
123456789012 // content of the buffer "buf" ?!?!
Segmentation fault // information about memory segmenatation fault
```
Expand Down

0 comments on commit a0a2256

Please sign in to comment.