Skip to content

Instantly share code, notes, and snippets.

@an0th3rhuman
Created February 10, 2021 11:16
Show Gist options
  • Save an0th3rhuman/751236b8ed058efdc2f5ed92c1c8b7e6 to your computer and use it in GitHub Desktop.
Save an0th3rhuman/751236b8ed058efdc2f5ed92c1c8b7e6 to your computer and use it in GitHub Desktop.
Stack bufferoverflow badchar
from __future__ import print_function
for x in range(1, 256):
print("\\x" + "{:02x}".format(x), end='')
print()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment