Created
February 10, 2021 11:16
-
-
Save an0th3rhuman/751236b8ed058efdc2f5ed92c1c8b7e6 to your computer and use it in GitHub Desktop.
Stack bufferoverflow badchar
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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